Skip to content

Commit

Permalink
feat: Debug deploy 15
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanyxh committed May 2, 2024
1 parent 4eebe9c commit 050be5e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
plugins: [
viteRouteGenerator(),

viteGenerateSitemap(),

vitePrerender(),

/**
* format
* baseUrl
Expand Down Expand Up @@ -98,7 +94,11 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
iconDirs: [resolve('./src/assets/svgs')],
symbolId: 'icon-[dir]-[name]',
svgoOptions: true
})
}),

viteGenerateSitemap(),

vitePrerender()
],
resolve: {
alias: [
Expand Down

0 comments on commit 050be5e

Please sign in to comment.