Skip to content

Commit

Permalink
chore: migrate to @nuxtjs/sitemap (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdallah-Awwad authored Jul 18, 2024
1 parent 285d545 commit 435d091
Show file tree
Hide file tree
Showing 3 changed files with 8,849 additions and 5,383 deletions.
4 changes: 2 additions & 2 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ export default defineNuxtConfig({
'@nuxt/ui',
'@nuxtjs/color-mode',
'@nuxtjs/google-fonts',
'@nuxtjs/sitemap', // https://nuxtseo.com/sitemap/getting-started/how-it-works
'@vueuse/motion/nuxt', // https://motion.vueuse.org/nuxt.html
'@vueuse/nuxt', // https://vueuse.org/
'nuxt-icon', // https://github.com/nuxt-modules/icon
'nuxt-og-image',
'nuxt-schema-org', // https://nuxtseo.com/schema-org/guides/quick-setup
'nuxt-simple-sitemap', // https://nuxtseo.com/sitemap/getting-started/how-it-works
],

experimental: {
Expand Down Expand Up @@ -97,7 +97,7 @@ export default defineNuxtConfig({
},

site: {
url: process.env.NUXT_PUBLIC_SITE_URL || 'http://localhost:3000',
url: process.env.SITE_URL || 'http://localhost:3000',
name: 'AgencyOS',
},

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"@nuxtjs/eslint-config-typescript": "12.1.0",
"@nuxtjs/eslint-module": "4.1.0",
"@nuxtjs/google-fonts": "3.1.3",
"@nuxtjs/sitemap": "5.1.4",
"@nuxtjs/tailwindcss": "6.10.3",
"@stripe/stripe-js": "2.2.2",
"@tailwindcss/forms": "0.5.7",
Expand All @@ -43,7 +44,6 @@
"nuxt": "3.10.3",
"nuxt-icon": "0.6.8",
"nuxt-schema-org": "3.3.2",
"nuxt-simple-sitemap": "3.4.0",
"prettier": "3.1.1",
"stripe": "13.8.0",
"typescript": "5.3.3",
Expand Down
Loading

0 comments on commit 435d091

Please sign in to comment.