Update vite.config.ts
This commit is contained in:
parent
c2b897354f
commit
e590104705
|
@ -58,7 +58,7 @@ function toBase62(n: number): string {
|
||||||
|
|
||||||
export function getConfig(): UserConfig {
|
export function getConfig(): UserConfig {
|
||||||
return {
|
return {
|
||||||
base: '/vite/',
|
base: '/embed_vite/',
|
||||||
|
|
||||||
server: {
|
server: {
|
||||||
port: 5174,
|
port: 5174,
|
||||||
|
|
Loading…
Reference in New Issue