Skip to content

Commit 874ade5

Browse files
committed
feat: sitemap generation with nuxt-simple-sitemap
1 parent 5176806 commit 874ade5

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

bun.lockb

2.24 KB
Binary file not shown.

nuxt.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ export default defineNuxtConfig({
5353

5454
},
5555

56-
modules: ['@nuxtjs/supabase', '@nuxtjs/turnstile', '@nuxtjs/eslint-module', 'vuetify-nuxt-module']
56+
modules: ['@nuxtjs/supabase', '@nuxtjs/turnstile', '@nuxtjs/eslint-module', 'vuetify-nuxt-module', 'nuxt-simple-sitemap']
5757
})

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"@types/validator": "^13.11.5",
1818
"@typescript-eslint/parser": "^6.7.3",
1919
"nuxt": "^3.8.0",
20+
"nuxt-simple-sitemap": "^3.4.1",
2021
"vuetify-nuxt-module": "^0.6"
2122
},
2223
"dependencies": {

0 commit comments

Comments
 (0)