Skip to content

Commit cda37cf

Browse files
authored
Change base path in Vite configuration
update to work with new domain
1 parent ddadd13 commit cda37cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ import react from '@vitejs/plugin-react';
33

44
export default defineConfig({
55
plugins: [react()],
6-
base: '/pubs/',
6+
base: '/',
77
});

0 commit comments

Comments
 (0)