Skip to content

Commit e4bf776

Browse files
make sure that deep links show some content
1 parent 3040331 commit e4bf776

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@
7070
]
7171
},
7272
"private": true,
73-
"scripts": {
74-
"build": "vite build",
73+
"scripts": {
74+
"build": "vite build && mkdir dist/about && cp dist/index.html dist/about && mkdir dist/contact && cp dist/index.html dist/contact && mkdir dist/privacy && cp dist/index.html dist/privacy && mkdir dist/imprint && cp dist/index.html dist/imprint && cp dist/index.html dist/404.html",
7575
"dev": "vite",
7676
"format": "biome format --write && biome check --formatter-enabled=false --linter-enabled=false --write",
7777
"lint": "biome check --error-on-warnings",

0 commit comments

Comments
 (0)