Skip to content

Commit

Permalink
feat: basic sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
tmlmt committed May 14, 2023
1 parent 9a33881 commit 6e4dcd6
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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': {}
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
20 changes: 20 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6e4dcd6

Please sign in to comment.