Skip to content

Commit

Permalink
Fix MIME
Browse files Browse the repository at this point in the history
  • Loading branch information
dvd101x authored Nov 14, 2023
1 parent de952a2 commit 20ab0ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import './style.css?url';
import './style.css';
import alpineLogo from '/alpine_long.svg';
import viteLogo from '/vite.svg';
import Alpine from 'alpinejs';
Expand Down
2 changes: 1 addition & 1 deletion vite.conifg.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default {
base: './',
base: '/pages/dist/',
build: {
chunkSizeWarningLimit: 1024 // kB
}
Expand Down

0 comments on commit 20ab0ef

Please sign in to comment.