Skip to content

Commit

Permalink
fix: broken build due to sitemap referenced in vite.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Jan 11, 2024
1 parent 85cbbf4 commit 79489a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { fileURLToPath, URL } from 'node:url'

import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
import Sitemap from 'vite-plugin-sitemap'

export default defineConfig({
base: './',
Expand Down

0 comments on commit 79489a6

Please sign in to comment.