mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-01-09 20:12:56 -05:00
fix favicon-*.png rewrite
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -11,9 +11,6 @@ npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# local Vercel config
|
||||
.vercel/
|
||||
|
||||
# Lighthouse CI
|
||||
.lighthouseci/
|
||||
|
||||
@@ -29,3 +26,6 @@ yarn-error.log*
|
||||
.Trashes
|
||||
*.icloud
|
||||
.nosync
|
||||
|
||||
# local Vercel config
|
||||
.vercel
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"trailingSlash": true,
|
||||
"rewrites": [
|
||||
{ "source": "/favicon.ico", "destination": "/img/favicon.ico" },
|
||||
{ "source": "/favicon-(.*)", "destination": "/img/favicon-$1xxxxxxxx" },
|
||||
{ "source": "/favicon-(.*).png", "destination": "/img/favicon-$1.png" },
|
||||
{ "source": "/apple-touch-icon.png", "destination": "/img/apple-touch-icon.png" },
|
||||
{ "source": "/apple-touch-icon-precomposed.png", "destination": "/img/apple-touch-icon.png" },
|
||||
{ "source": "/safari-pinned-tab.svg", "destination": "/img/safari-pinned-tab.svg" }
|
||||
|
||||
Reference in New Issue
Block a user