Skip to content

Commit

Permalink
update nuxt config for sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
kzhrk committed May 4, 2024
1 parent 0f7838e commit 863eab7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ export default defineNuxtConfig({
generate: {
routes,
},
site: {
url: 'https://blog.kzhrk.com',
trailingSlash: false,
},
vite: {
plugins: [
{
Expand Down

0 comments on commit 863eab7

Please sign in to comment.