mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Generate redirects on story build
This commit is contained in:
@@ -1 +0,0 @@
|
||||
/* /index.html 200
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user