We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daa5f1f commit a39af67Copy full SHA for a39af67
website/vite.config.ts
@@ -5,6 +5,7 @@ import react from "@vitejs/plugin-react-swc";
5
export default defineConfig(({ mode }) => {
6
const config = {
7
plugins: [react()],
8
+ base: "./react-link-parser",
9
define: {} as any,
10
};
11
0 commit comments