mirror of
https://github.com/Ocelot-Social-Community/ocelot.social.git
synced 2025-12-13 07:46:08 +00:00
fix base string in config
This commit is contained in:
parent
9a909f791c
commit
acc6a897b9
@ -4,7 +4,7 @@ import theme from './config/theme'
|
|||||||
import plugins from './config/plugins'
|
import plugins from './config/plugins'
|
||||||
|
|
||||||
export default defineUserConfig({
|
export default defineUserConfig({
|
||||||
base: "/IT4C.dev/",
|
base: "/ocelot.social/",
|
||||||
...meta,
|
...meta,
|
||||||
theme,
|
theme,
|
||||||
plugins,
|
plugins,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user