Skip to content

Commit

Permalink
Change base url
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddasol committed Jan 2, 2025
1 parent 9d11002 commit cbe2875
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<body leftmargin="0px" topmargin="0px">
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="./src/index.tsx"></script>
<script type="module" src="/src/index.tsx"></script>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
Expand Down
2 changes: 1 addition & 1 deletion frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import react from '@vitejs/plugin-react-swc'

// https://vitejs.dev/config/
export default defineConfig({
base: '/',
base: './',
plugins: [react()],
test: {
environment: 'jsdom',
Expand Down

0 comments on commit cbe2875

Please sign in to comment.