mirror of
https://github.com/versia-pub/frontend.git
synced 2026-06-14 07:29:15 +02:00
feat: ✨ Create new user profile view, refine components, add dropdown to notes
This commit is contained in:
parent
a0d0737683
commit
a17df9fff8
21 changed files with 470 additions and 133 deletions
|
|
@ -8,6 +8,7 @@ export default defineNuxtConfig({
|
|||
"@nuxt/fonts",
|
||||
"nuxt-icon",
|
||||
"@vee-validate/nuxt",
|
||||
"nuxt-shiki",
|
||||
],
|
||||
app: {
|
||||
head: {
|
||||
|
|
@ -21,6 +22,24 @@ export default defineNuxtConfig({
|
|||
htmlAttrs: { lang: "en-us" },
|
||||
},
|
||||
},
|
||||
shiki: {
|
||||
defaultTheme: "rose-pine",
|
||||
bundledLangs: [
|
||||
"javascript",
|
||||
"typescript",
|
||||
"html",
|
||||
"css",
|
||||
"json",
|
||||
"python",
|
||||
"toml",
|
||||
"rust",
|
||||
"sql",
|
||||
"scss",
|
||||
"bash",
|
||||
"shell",
|
||||
"yaml",
|
||||
],
|
||||
},
|
||||
nitro: {
|
||||
preset: "bun",
|
||||
minify: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue