mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 12:05:28 +00:00
chore: replace paths
This commit is contained in:
committed by
Stefan Imhoff
parent
a07898ce5b
commit
d920cb8197
@@ -40,12 +40,12 @@ export default defineConfig({
|
||||
name: site.title,
|
||||
icons: [
|
||||
{
|
||||
src: '/assets/images/branding/favicons/favicon-192.png',
|
||||
src: '/assets/images/favicons/favicon-192.png',
|
||||
sizes: '192x192',
|
||||
type: 'image/png',
|
||||
},
|
||||
{
|
||||
src: '/assets/images/branding/favicons/favicon-512.png',
|
||||
src: '/assets/images/favicons/favicon-512.png',
|
||||
sizes: '512x512',
|
||||
type: 'image/png',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user