Skip to content

Commit

Permalink
fix: breaking dep changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Aug 7, 2023
1 parent 0151e4b commit 2df16a1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,12 +243,16 @@ export default defineNuxtConfig({
}
},

site: {
url: `https://${process.env.APP_DOMAIN}`
},

/** @type {import('nuxt-simple-sitemap').ModuleOptions} */
sitemap: {
siteUrl: `https://${process.env.APP_DOMAIN}`,

discoverImages: false,

credits: false,

sitemaps: {
pages: {
defaults: {
Expand Down

0 comments on commit 2df16a1

Please sign in to comment.