mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-18 22:05:29 -04:00
reorganize external static assets into vendor folder (#99)
with legacy redirects via Netlify for now
This commit is contained in:
14
netlify.toml
14
netlify.toml
@@ -139,6 +139,20 @@
|
||||
to = "https://modest-jackson-d5516b.netlify.com/awesome/:splat"
|
||||
status = 200
|
||||
|
||||
# Reorganized static assets; this can probably be temporary:
|
||||
[[redirects]]
|
||||
from = "/fonts/inter-*"
|
||||
to = "/vendor/inter/inter-:splat"
|
||||
status = 301
|
||||
[[redirects]]
|
||||
from = "/fonts/hack-*"
|
||||
to = "/vendor/hack/hack-:splat"
|
||||
status = 301
|
||||
[[redirects]]
|
||||
from = "/twemoji/*"
|
||||
to = "/vendor/emoji/:splat"
|
||||
status = 301
|
||||
|
||||
# More miscellaneous mirrors:
|
||||
[[redirects]]
|
||||
from = "/apple-touch-icon-precomposed.png"
|
||||
|
Reference in New Issue
Block a user