完成布局
This commit is contained in:
@@ -22,6 +22,12 @@ export default defineNuxtConfig({
|
||||
toc: {
|
||||
searchDepth: 1
|
||||
}
|
||||
},
|
||||
pathMeta: {
|
||||
slugifyOptions: {
|
||||
// Keep everything except invalid chars, this will preserve Chinese characters
|
||||
remove: /[$*+~()'"!\-=#?:@.]/g,
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user