Skip to content

Commit

Permalink
set base path
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Jul 2, 2023
1 parent 421db8d commit d56297b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ import { description } from './package.json'

// https://vitejs.dev/config/
export default defineConfig({
base: '/blitzkrieg/',
plugins: [
vue(),
VitePWA({
registerType: 'prompt',
base: '/blitzkrieg/',
includeAssets: [
'adaptto-favicon.svg',
'favicon.ico',
Expand Down

0 comments on commit d56297b

Please sign in to comment.