2020-11-30 14:58:21 +08:00
|
|
|
[build.environment]
|
|
|
|
NPM_FLAGS = "--prefix=/dev/null"
|
|
|
|
|
2020-08-10 02:43:04 +08:00
|
|
|
[build]
|
2020-12-02 19:56:10 +08:00
|
|
|
publish = ".presite"
|
2020-08-11 18:41:21 +08:00
|
|
|
command = "npx pnpm i --store=node_modules/.pnpm-store && npm run build"
|
2020-08-10 02:43:04 +08:00
|
|
|
|
|
|
|
[[redirects]]
|
|
|
|
from = "/*"
|
|
|
|
to = "/index.html"
|
|
|
|
status = 200
|