Skip to content
Merged
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
2 changes: 0 additions & 2 deletions docs/app/app.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<script setup lang="ts">
import type { ContentNavigationItem, PageCollections } from '@nuxt/content'
import { Analytics } from '@vercel/analytics/nuxt'
import { SpeedInsights } from '@vercel/speed-insights/nuxt'

const route = useRoute()
Expand Down Expand Up @@ -34,7 +33,6 @@ provide('navigation', navigation)
</ClientOnly>

<UToaster />
<Analytics />
<SpeedInsights />
</div>
</template>
Expand Down
2 changes: 1 addition & 1 deletion docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import yaml from '@rollup/plugin-yaml'

export default defineNuxtConfig({
extends: ['docus'],
modules: ['@vueuse/nuxt', 'motion-v/nuxt'],
modules: ['@vueuse/nuxt', 'motion-v/nuxt', '@vercel/analytics/nuxt'],

icon: {
customCollections: [{ prefix: 'custom', dir: './public/icons' }],
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@nuxt/content": "^3.12.0",
"@nuxt/fonts": "^0.14.0",
"@nuxt/ui": "^4.5.0",
"@vercel/analytics": "^1.6.1",
"@vercel/analytics": "^2.0.0",
"@vercel/speed-insights": "^1.3.1",
"@vueuse/core": "^14.2.1",
"motion-v": "^2.0.0",
Expand Down
14 changes: 9 additions & 5 deletions pnpm-lock.yaml

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

Loading