diff --git a/nuxt.config.ts b/nuxt.config.ts index 78b2543..b43726b 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -10,7 +10,7 @@ export default defineNuxtConfig({ 'primeflex/primeflex.css', '~/assets/main.css' ], - modules: ['@nuxt/image-edge', 'nuxt-simple-robots'], + modules: ['@nuxt/image-edge', 'nuxt-simple-robots', 'nuxt-simple-sitemap'], postcss: { plugins: { 'postcss-nesting': {} diff --git a/package.json b/package.json index f7b661a..aabef17 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "eslint-config-prettier": "^8.8.0", "nuxt": "^3.4.3", "nuxt-simple-robots": "^2.3.0", + "nuxt-simple-sitemap": "^2.5.0", "postcss-nesting": "^11.2.2", "typescript": "^5.0.4" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 46d847c..9df7e76 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -33,6 +33,9 @@ devDependencies: nuxt-simple-robots: specifier: ^2.3.0 version: 2.3.0 + nuxt-simple-sitemap: + specifier: ^2.5.0 + version: 2.5.0 postcss-nesting: specifier: ^11.2.2 version: 11.2.2(postcss@8.4.23) @@ -4476,6 +4479,23 @@ packages: - supports-color dev: true + /nuxt-simple-sitemap@2.5.0: + resolution: {integrity: sha512-W1w2UvGjFtNniFB+yFMH1DLnREdzkVC5qSF9EhQ9Xvi5acdPNnbHMBArarPF7i7z0uMtjm5kPjvV9S1o7InmJg==} + dependencies: + '@nuxt/kit': 3.4.3 + chalk: 5.2.0 + defu: 6.1.2 + escape-string-regexp: 5.0.0 + globby: 13.1.4 + knitwork: 1.0.0 + pathe: 1.1.0 + radix3: 1.0.1 + ufo: 1.1.2 + transitivePeerDependencies: + - rollup + - supports-color + dev: true + /nuxt@3.4.3(@types/node@16.18.26)(eslint@8.40.0)(typescript@5.0.4): resolution: {integrity: sha512-rOEdhHRH33m3L7aJDO7N8C+NC2vSa2mC/0hH/ePmg2S03qkzS0bVg1pIWW9ESDV5UVPFtfhOGoDTEkLJqvE18A==} engines: {node: ^14.18.0 || >=16.10.0}