mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-01-10 20:22:58 -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-debug.log*
|
||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
|
|
||||||
# local Vercel config
|
|
||||||
.vercel/
|
|
||||||
|
|
||||||
# Lighthouse CI
|
# Lighthouse CI
|
||||||
.lighthouseci/
|
.lighthouseci/
|
||||||
|
|
||||||
@@ -29,3 +26,6 @@ yarn-error.log*
|
|||||||
.Trashes
|
.Trashes
|
||||||
*.icloud
|
*.icloud
|
||||||
.nosync
|
.nosync
|
||||||
|
|
||||||
|
# local Vercel config
|
||||||
|
.vercel
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"trailingSlash": true,
|
"trailingSlash": true,
|
||||||
"rewrites": [
|
"rewrites": [
|
||||||
{ "source": "/favicon.ico", "destination": "/img/favicon.ico" },
|
{ "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.png", "destination": "/img/apple-touch-icon.png" },
|
||||||
{ "source": "/apple-touch-icon-precomposed.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" }
|
{ "source": "/safari-pinned-tab.svg", "destination": "/img/safari-pinned-tab.svg" }
|
||||||
|
|||||||
Reference in New Issue
Block a user