refactor: moves /txt/*.txt to /*.txt
This commit is contained in:
parent
e2b7c18692
commit
0672a761e3
13 changed files with 17 additions and 14 deletions
|
|
@ -1,5 +1,8 @@
|
|||
{
|
||||
"installCommand": "../install.sh",
|
||||
"buildCommand": "pnpm --filter @ily/www build",
|
||||
"outputDirectory": "dist"
|
||||
"outputDirectory": "dist",
|
||||
"redirects": [
|
||||
{ "source": "/txt/now.txt", "destination": "/now.txt", "permanent": true }
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue