Huge changes: Sidebar, new UI
All checks were successful
pipeline / build-and-push-images (push) Successful in 42s
pipeline / deploy (push) Successful in 7s

This commit is contained in:
2024-11-27 12:42:19 +01:00
parent a4606edb33
commit 48d5687661
10 changed files with 361 additions and 106 deletions

View File

@@ -19,8 +19,10 @@ export default defineNuxtConfig({
{ rel: 'manifest', href: '/site.webmanifest' },
],
meta: [
{name: "apple-mobile-web-app-title", content:"BuildPath"}
]
{name: "apple-mobile-web-app-title", content:"BuildPath"},
],
charset: 'utf-8',
viewport: 'width=device-width, initial-scale=1'
}
},