mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
31 lines
563 B
TOML
31 lines
563 B
TOML
[build]
|
|
publish = "dist/"
|
|
command = "npm run generate --quiet"
|
|
|
|
|
|
|
|
[build.environment]
|
|
NPM_FLAGS = "--no-optional"
|
|
CI = "1"
|
|
|
|
[[plugins]]
|
|
package = "netlify-plugin-cache-nuxt"
|
|
|
|
|
|
# https://docs.netlify.com/configure-builds/file-based-configuration/#redirects
|
|
|
|
# old node redirect
|
|
[[redirects]]
|
|
from = "/app/node"
|
|
to = "/app/nodejs"
|
|
status = 301
|
|
|
|
[[redirects]]
|
|
from = "/kind/entertainment"
|
|
to = "/kind/entertainment-and-media-apps/"
|
|
status = 301
|
|
|
|
[[redirects]]
|
|
from = "/kind/photo-tools"
|
|
to = "/kind/photo-and-graphic-tools/"
|
|
status = 301
|