mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-21 06:54:08 -07:00
Redirect app to eleventy-builder function
This commit is contained in:
parent
dcbfb35a2b
commit
6b2a827a11
1 changed files with 8 additions and 1 deletions
|
|
@ -12,6 +12,13 @@
|
||||||
|
|
||||||
# https://docs.netlify.com/configure-builds/file-based-configuration/#redirects
|
# https://docs.netlify.com/configure-builds/file-based-configuration/#redirects
|
||||||
|
|
||||||
|
|
||||||
|
[[redirects]]
|
||||||
|
from = "/app/*"
|
||||||
|
to = "/.netlify/functions/eleventy-builder"
|
||||||
|
status = 200
|
||||||
|
force = true
|
||||||
|
|
||||||
# old node redirect
|
# old node redirect
|
||||||
[[redirects]]
|
[[redirects]]
|
||||||
from = "/app/node"
|
from = "/app/node"
|
||||||
|
|
@ -50,7 +57,7 @@
|
||||||
status = 301
|
status = 301
|
||||||
|
|
||||||
|
|
||||||
# Other Redirects
|
# Other Redirects
|
||||||
|
|
||||||
# Random broken link from Chinese sites
|
# Random broken link from Chinese sites
|
||||||
[[redirects]]
|
[[redirects]]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue