Skip to content

Commit

Permalink
add sourcemaps + root directory
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxMuehlbauer committed Apr 27, 2024
1 parent aa47aff commit ae903f8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install Dependencies
run: npm ci
- name: Build Vite
run: npm run build
run: npm run build --base=/familienduell/
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
Expand Down
7 changes: 7 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { defineConfig } from 'vite'

export default defineConfig({
build: {
sourcemap: true
}
})

0 comments on commit ae903f8

Please sign in to comment.