mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -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
|
||||
|
||||
|
||||
[[redirects]]
|
||||
from = "/app/*"
|
||||
to = "/.netlify/functions/eleventy-builder"
|
||||
status = 200
|
||||
force = true
|
||||
|
||||
# old node redirect
|
||||
[[redirects]]
|
||||
from = "/app/node"
|
||||
|
|
@ -50,7 +57,7 @@
|
|||
status = 301
|
||||
|
||||
|
||||
# Other Redirects
|
||||
# Other Redirects
|
||||
|
||||
# Random broken link from Chinese sites
|
||||
[[redirects]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue