mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add story image function
This commit is contained in:
parent
21841e5bdb
commit
d5c270f768
2 changed files with 66 additions and 5 deletions
11
netlify.toml
11
netlify.toml
|
|
@ -1,6 +1,7 @@
|
|||
[build]
|
||||
publish = "dist/"
|
||||
command = "npm run generate --quiet"
|
||||
functions = "functions/"
|
||||
|
||||
|
||||
|
||||
|
|
@ -16,7 +17,7 @@
|
|||
from = "/app/node"
|
||||
to = "/app/nodejs"
|
||||
status = 301
|
||||
|
||||
|
||||
# old git redirect
|
||||
[[redirects]]
|
||||
from = "/app/git"
|
||||
|
|
@ -34,16 +35,16 @@
|
|||
from = "/kind/photo-tools"
|
||||
to = "/kind/photo-and-graphic-tools/"
|
||||
status = 301
|
||||
|
||||
|
||||
|
||||
|
||||
# Other Redirects
|
||||
|
||||
|
||||
# Random broken link from Chinese sites
|
||||
[[redirects]]
|
||||
from = "/。"
|
||||
to = "/"
|
||||
status = 301
|
||||
|
||||
|
||||
[[redirects]]
|
||||
from = "/%E3%80%82"
|
||||
to = "/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue