fix: vite warning about base not starting with /
parent
f1d203fcbf
commit
596f1dde23
|
@ -5,7 +5,7 @@ import { imagetools } from "vite-imagetools";
|
|||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [react(), imagetools()],
|
||||
base: "resistants",
|
||||
base: "/resistants",
|
||||
build: {
|
||||
rollupOptions: {
|
||||
output: {
|
||||
|
|
Loading…
Reference in New Issue