set theme in config back to vuepress-theme-book

This commit is contained in:
mahula 2023-02-01 09:28:48 +01:00
parent d7f5be78de
commit 087b450ecb

View File

@ -5,8 +5,7 @@ module.exports = {
head: [
['meta', {name: 'viewport', content: 'width=device-width,initial-scale=1'}]
],
// theme: 'vuepress-theme-book',
theme: 'book',
theme: 'vuepress-theme-book',
themeConfig: {
// logo: "/logo.png",
searchPlaceholder: "Search...",