mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-25 04:17:13 +00:00
Merge pull request #27 from arifszn/build/change-deploy-folder
build: define `base` in vite.config.js
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
import { defineConfig } from 'vite'
|
import { defineConfig } from 'vite';
|
||||||
import react from '@vitejs/plugin-react'
|
import react from '@vitejs/plugin-react';
|
||||||
|
|
||||||
// https://vitejs.dev/config/
|
// https://vitejs.dev/config/
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
plugins: [react()]
|
base: '/ezprofile/',
|
||||||
})
|
plugins: [react()],
|
||||||
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user