|
@@ -4,6 +4,7 @@ export default defineConfig({
|
|
|
title: "Aphrodite Engine",
|
|
|
head: [['link', { rel: 'icon', href: '/favicon.ico' }]],
|
|
|
description: "User and Developer Documentation",
|
|
|
+ base: "/aphrodite-engine/",
|
|
|
themeConfig: {
|
|
|
// nav: [{ text: "Home", link: "/" }],
|
|
|
|