Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions app/app.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<script setup lang="ts">
import { Analytics } from '@vercel/analytics/nuxt'

useSeoMeta({
title: 'Draw and share your Art with Atidraw',
description: 'Atidraw is a web application that lets you to create, enhance, and share your drawings with the world. Harnessing the power of Cloudflare R2 and Cloudflare AI to store and enhance your drawings.',
Expand All @@ -24,5 +26,6 @@ if (import.meta.server) {
</main>
</UContainer>
<AppFooter />
<Analytics />
</UApp>
</template>
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"@nuxt/eslint": "^1.9.0",
"@nuxt/ui": "^4.0.1",
"@nuxthub/core": "^0.10.0",
"@vercel/analytics": "^1.6.1",
"@vercel/blob": "^2.0.0",
"@vueuse/components": "^13.9.0",
"@vueuse/core": "^13.9.0",
Expand Down
34 changes: 34 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.