Skip to content

Commit

Permalink
fix: set base path for github pages (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianGoeb authored Dec 10, 2023
1 parent 10391a1 commit f51ec17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ import { defineConfig } from "vite";
import solid from "vite-plugin-solid";

export default defineConfig({
base: "/chinese-chart/",
plugins: [solid()],
});

0 comments on commit f51ec17

Please # to comment.