Skip to content

Commit

Permalink
Correct base path
Browse files Browse the repository at this point in the history
  • Loading branch information
graphemecluster committed Sep 20, 2024
1 parent 4eb5383 commit 6b45f62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ import { viteStaticCopy } from "vite-plugin-static-copy";
import type { UserConfig } from "vite";

export default {
base: "./",
plugins: [
react(),
viteStaticCopy({
targets: [
{
src: "node_modules/rime-react/dist/rime.*",
src: "node_modules/rime-react/dist/*r*.*",
dest: "assets",
},
],
Expand Down

0 comments on commit 6b45f62

Please sign in to comment.