mirror of
https://github.com/Kizuren/kizuren.dev.git
synced 2025-12-21 13:06:11 +01:00
Changed styles. Added error page.
This commit is contained in:
parent
c3735e4716
commit
1969e08aa0
14 changed files with 5995 additions and 3218 deletions
|
|
@ -35,5 +35,19 @@ export default defineNuxtConfig({
|
|||
}
|
||||
},
|
||||
|
||||
compatibilityDate: '2025-03-22',
|
||||
ui: {
|
||||
theme: {
|
||||
colors: [
|
||||
'primary',
|
||||
'pixelgreen',
|
||||
'secondary',
|
||||
'info',
|
||||
'success',
|
||||
'warning',
|
||||
'error'
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
compatibilityDate: '2025-05-29',
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue