Skip to content

Commit

Permalink
update sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
BuJlJlu committed Nov 2, 2024
1 parent c79e19d commit bdd2867
Show file tree
Hide file tree
Showing 3 changed files with 4,366 additions and 5,633 deletions.
7 changes: 3 additions & 4 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const year = 60 * 60 * 24 * 365

export default defineNuxtConfig({
devtools: { enabled: MasterKeys[isDev].devtools },

imports: {
autoImport: false
},
Expand Down Expand Up @@ -138,7 +137,7 @@ export default defineNuxtConfig({
prefetchLinks: false
},

modules: ['nuxt-simple-sitemap', '@nuxt/eslint'],
modules: ['@nuxt/eslint', '@nuxtjs/sitemap'],
css: ['~~/assets/css/index.css'],

vite: {
Expand All @@ -160,10 +159,10 @@ export default defineNuxtConfig({
},

sitemap: {
sources: ['/api/sitemap'],
sources: ['https://mixdrinks.org/api/sitemap'],
exclude: ['/admin/**']
},

eslint: {},
compatibilityDate: '2024-10-01'
})
})
Loading

0 comments on commit bdd2867

Please sign in to comment.