mirror of
https://github.com/fmhy/edit.git
synced 2025-07-31 08:12:23 +10:00
k
This commit is contained in:
parent
ecd835f172
commit
15a56af368
7 changed files with 408 additions and 364 deletions
|
@ -9,6 +9,7 @@ import { defineConfig } from 'vitepress'
|
|||
import {
|
||||
commitRef,
|
||||
feedback,
|
||||
wikiSidebar as homepageItems,
|
||||
meta,
|
||||
nav,
|
||||
search,
|
||||
|
@ -85,6 +86,9 @@ export default defineConfig({
|
|||
.finally(() => consola.success('Success!'))
|
||||
},
|
||||
vite: {
|
||||
define: {
|
||||
FMHY_HOMEPAGE_ITEMS: JSON.stringify(homepageItems)
|
||||
},
|
||||
ssr: {
|
||||
noExternal: ['@fmhy/components']
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue