Skip to content

Commit a6ee70c

Browse files
authored
Merge pull request #3 from devklick/dev
Fix vite config
2 parents 8352242 + 7a68a82 commit a6ee70c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: vite.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import customPlugins from "./vite/plugins";
66
// https://vite.dev/config/
77
export default defineConfig({
88
plugins: [react(), ...customPlugins],
9+
base: "https://devklick.github.io/alarm-clock/",
910
resolve: {
1011
alias: {
1112
// See https://github.com/tabler/tabler-icons/issues/1233#issuecomment-2428245119

0 commit comments

Comments
 (0)