chore: separate and rewrites directory for en

pull/3996/head
F-loat 2 years ago
parent b54d7b0d7c
commit a810065894

@ -7,6 +7,10 @@ import { search as esSearch } from './es'
export const shared = defineConfig({ export const shared = defineConfig({
title: 'VitePress', title: 'VitePress',
rewrites: {
'en/:rest*': ':rest*'
},
lastUpdated: true, lastUpdated: true,
cleanUrls: true, cleanUrls: true,
metaChunk: true, metaChunk: true,

Loading…
Cancel
Save