CHANGE: css logo, bsky link
Changed CSS logo to newest version, added bsky profile link
This commit is contained in:
parent
8fb2c88be1
commit
fdfa87ab0d
5 changed files with 37 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
|||
export default defineNuxtConfig({
|
||||
ssr: true,
|
||||
|
||||
nitro: {
|
||||
prerender: {
|
||||
routes: [
|
||||
|
@ -8,6 +9,7 @@ export default defineNuxtConfig({
|
|||
]
|
||||
}
|
||||
},
|
||||
|
||||
css: [
|
||||
'~/assets/css/fonts.css',
|
||||
'~/assets/css/global.css',
|
||||
|
@ -21,15 +23,18 @@ export default defineNuxtConfig({
|
|||
'~/assets/css/person.css',
|
||||
'~/assets/css/button.css',
|
||||
],
|
||||
|
||||
postcss: {
|
||||
plugins: {
|
||||
'postcss-nesting': { /* plugin options */ },
|
||||
},
|
||||
},
|
||||
|
||||
routeRules: {
|
||||
'/': { prerender: true },
|
||||
'/imp': { prerender: true },
|
||||
},
|
||||
|
||||
app: {
|
||||
head: {
|
||||
htmlAttrs: { lang: 'de' },
|
||||
|
@ -41,5 +46,7 @@ export default defineNuxtConfig({
|
|||
{ rel: 'preload', crossorigin: 'anonymous', as: 'font', href: '/fonts/roboto_con_reg.woff2', type: 'font/woff2' },
|
||||
],
|
||||
}
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
compatibilityDate: '2024-12-04'
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue