Skip to content

Commit 8c017cd

Browse files
committed
Redirect roomfinder.walnut.direct to room-finder.walnut.direct
1 parent 28af180 commit 8c017cd

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

docs-copied-files/_redirects

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Netlify: Redirect domain aliases to primary domain
2+
https://roomfinder.walnut.direct/* https://room-finder.walnut.direct/:splat 301!

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"prep": "yarn build && yarn docs && yarn test",
4949
"prepublishOnly": "yarn prep",
5050
"readme": "yarn embedme README.md",
51-
"docs": "yarn readme && yarn typedoc --out docs --mode file --exclude **/*.test.ts src && copyfiles images/* docs",
51+
"docs": "yarn readme && yarn typedoc --out docs --mode file --exclude **/*.test.ts src && copyfiles -u 1 docs-copied-files/* docs",
5252
"test": "jest"
5353
},
5454
"prettier": {

0 commit comments

Comments
 (0)