Prettier format pending files
This commit is contained in:
parent
063da97c7c
commit
363337bc3e
1 changed files with 1 additions and 3 deletions
|
|
@ -2,9 +2,7 @@
|
||||||
"version": 2,
|
"version": 2,
|
||||||
"buildCommand": "npm ci && npm run build",
|
"buildCommand": "npm ci && npm run build",
|
||||||
"outputDirectory": "dist/spa",
|
"outputDirectory": "dist/spa",
|
||||||
"rewrites": [
|
"rewrites": [{ "source": "/(.*)", "destination": "/index.html" }],
|
||||||
{ "source": "/(.*)", "destination": "/index.html" }
|
|
||||||
],
|
|
||||||
"headers": [
|
"headers": [
|
||||||
{
|
{
|
||||||
"source": "/assets/(.*)",
|
"source": "/assets/(.*)",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue