Skip to content

Commit

Permalink
feat: base url
Browse files Browse the repository at this point in the history
  • Loading branch information
etowahadams committed Jun 7, 2024
1 parent d2a3d51 commit e11178b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ import reactRefresh from '@vitejs/plugin-react-refresh';
// https://vitejs.dev/config/
export default defineConfig({
build: { target: 'esnext', outDir: 'build' },
plugins: [reactRefresh()]
plugins: [reactRefresh()],
base: "/gosling-react-example/"
});

0 comments on commit e11178b

Please sign in to comment.