Skip to content

Commit

Permalink
Path
Browse files Browse the repository at this point in the history
  • Loading branch information
yuli-ferna committed Sep 25, 2024
1 parent 4b3392f commit 86a8e28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/connect-v1/vite.token-bridge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import viteConfig from "./vite.config";
import { createHtmlPlugin } from "vite-plugin-html";
import { resolve } from "path";
import packageJson from "./package.json";
const PUBLIC_URL = viteConfig.base;

// https://vitejs.dev/config/
export default defineConfig({
Expand All @@ -21,6 +22,7 @@ export default defineConfig({
],
},
define: {},
base: `${PUBLIC_URL}/cosmos-bridge/`,
plugins: [
...(viteConfig.plugins as []),
createHtmlPlugin({
Expand Down

0 comments on commit 86a8e28

Please sign in to comment.