We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28af180 commit 8c017cdCopy full SHA for 8c017cd
docs-copied-files/_redirects
@@ -0,0 +1,2 @@
1
+# Netlify: Redirect domain aliases to primary domain
2
+https://roomfinder.walnut.direct/* https://room-finder.walnut.direct/:splat 301!
images/1.png docs-copied-files/images/1.pngimages/1.png renamed to docs-copied-files/images/1.png
images/2.png docs-copied-files/images/2.pngimages/2.png renamed to docs-copied-files/images/2.png
package.json
@@ -48,7 +48,7 @@
48
"prep": "yarn build && yarn docs && yarn test",
49
"prepublishOnly": "yarn prep",
50
"readme": "yarn embedme README.md",
51
- "docs": "yarn readme && yarn typedoc --out docs --mode file --exclude **/*.test.ts src && copyfiles images/* docs",
+ "docs": "yarn readme && yarn typedoc --out docs --mode file --exclude **/*.test.ts src && copyfiles -u 1 docs-copied-files/* docs",
52
"test": "jest"
53
},
54
"prettier": {
0 commit comments