FIX: seo
This commit is contained in:
parent
7252e464bb
commit
b23306b9d3
10 changed files with 73 additions and 84 deletions
|
@ -11,5 +11,16 @@ export default defineNuxtConfig({
|
|||
'/': { prerender: true },
|
||||
'/imp': { prerender: true },
|
||||
},
|
||||
devtools: { enabled: false }
|
||||
app: {
|
||||
head: {
|
||||
htmlAttrs: { lang: 'de' },
|
||||
link: [
|
||||
{ rel: 'preload', as: 'image', href: '/img/profile_big.webp', type: 'image/webp' },
|
||||
{ rel: 'preload', as: 'image', href: '/img/profile_small.webp', type: 'image/webp' },
|
||||
{ rel: 'preload', as: 'font', href: '/opensans.woff2', type: 'font/woff2' },
|
||||
{ rel: 'preload', as: 'font', href: '/roboto_con_bold.woff2', type: 'font/woff2' },
|
||||
{ rel: 'preload', as: 'font', href: '/roboto_con_reg.woff2', type: 'font/woff2' },
|
||||
]
|
||||
}
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue