Skip to content

Commit

Permalink
Fixed Images
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewDragonCh committed Apr 29, 2024
1 parent 69faa38 commit 487f5e3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ const nextConfig = {
poweredByHeader: false,
reactStrictMode: true,
swcMinify: true,
images: {
unoptimized: true
}
}

module.exports = nextConfig
Binary file added public/favicon.ico
Binary file not shown.
4 changes: 3 additions & 1 deletion public/sw.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Core assets
let coreAssets = [
'https://static.wyvernaere.com/favicon.ico'
'https://images.static.dragonaere.com/logos/transparent/orange.png',
'https://www.andrewdragon.dev/favicon.ico',
'https://www.andrewdragon.dev/icon-192x192.png'
];

// On install, cache core assets
Expand Down
2 changes: 0 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ export const metadata: Metadata = {
],
},
icons: {
icon: 'https://images.static.dragonaere.com/favicon.ico',
shortcut: 'https://images.static.dragonaere.com/favicon.ico',
apple: '/icon-192x192png'
}
};
Expand Down

0 comments on commit 487f5e3

Please sign in to comment.