mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-29 16:57:50 +01:00
Fix
This commit is contained in:
19
app/app.vue
19
app/app.vue
@@ -1,13 +1,18 @@
|
|||||||
<template>
|
<template>
|
||||||
<NuxtLoadingIndicator color="#808080" />
|
<div>
|
||||||
<AppBackground />
|
<NuxtLoadingIndicator color="#808080" />
|
||||||
<UContainer class="z-50 relative">
|
<AppBackground />
|
||||||
<AppHeader />
|
<UContainer class="z-50 relative">
|
||||||
<NuxtPage class="mt-12" />
|
<AppHeader />
|
||||||
<AppFooter />
|
<NuxtPage class="mt-12" />
|
||||||
</UContainer>
|
<AppFooter />
|
||||||
|
</UContainer>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<script lang="ts" setup>
|
||||||
|
</script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
font-family: 'DM Sans', sans-serif;
|
font-family: 'DM Sans', sans-serif;
|
||||||
|
|||||||
@@ -20,7 +20,6 @@
|
|||||||
"@nuxthq/studio": "^2.0.3",
|
"@nuxthq/studio": "^2.0.3",
|
||||||
"@nuxthub/core": "^0.7.0",
|
"@nuxthub/core": "^0.7.0",
|
||||||
"@nuxtjs/google-fonts": "^3.2.0",
|
"@nuxtjs/google-fonts": "^3.2.0",
|
||||||
"@nuxtjs/seo": "2.0.0-rc.11",
|
|
||||||
"drizzle-orm": "^0.31.2",
|
"drizzle-orm": "^0.31.2",
|
||||||
"h3-zod": "^0.5.3",
|
"h3-zod": "^0.5.3",
|
||||||
"nuxt": "^3.12.2",
|
"nuxt": "^3.12.2",
|
||||||
|
|||||||
2338
pnpm-lock.yaml
generated
2338
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user