Thank you! It helped a lot. I changed the “base” property in the vite.config.js to “/” and it seems to work properly now!
export default defineConfig({
plugins: [react()],
base: “/”
})
Thank you! It helped a lot. I changed the “base” property in the vite.config.js to “/” and it seems to work properly now!
export default defineConfig({
plugins: [react()],
base: “/”
})