diff --git a/app/_redirects b/app/_redirects deleted file mode 100644 index bbb3e7a1fb83e..0000000000000 --- a/app/_redirects +++ /dev/null @@ -1 +0,0 @@ -/* /index.html 200 diff --git a/app/package.json b/app/package.json index 2d08baffaeb0f..7ce68dabfdf0a 100644 --- a/app/package.json +++ b/app/package.json @@ -23,7 +23,7 @@ "scripts": { "build": "vite build", "dev": "vite", - "story:build": "histoire build", + "story:build": "histoire build && echo \"/* /index.html 200\" >> .histoire/dist/_redirects", "story:dev": "histoire dev", "story:preview": "histoire preview", "test": "vitest --watch=false",