mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
15 lines
345 B
TOML
15 lines
345 B
TOML
[build]
|
|
publish = "dist/"
|
|
command = "npm run generate"
|
|
|
|
|
|
# https://docs.netlify.com/configure-builds/file-based-configuration/#redirects
|
|
[[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
|