Skip to content

Commit

Permalink
Update vite.config.ts
Browse files Browse the repository at this point in the history
add sitemap generation
  • Loading branch information
RiddleTime committed Jun 13, 2024
1 parent d3c15a2 commit cf1400e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ export default defineConfig(({ mode }) => ({
},
},
],
sitemap: {
host: 'https://race.elementfuture.com/',
}
},
}),
],
Expand Down

0 comments on commit cf1400e

Please sign in to comment.