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: [ head: [
['meta', {name: 'viewport', content: 'width=device-width,initial-scale=1'}] ['meta', {name: 'viewport', content: 'width=device-width,initial-scale=1'}]
], ],
// theme: 'vuepress-theme-book', theme: 'vuepress-theme-book',
theme: 'book',
themeConfig: { themeConfig: {
// logo: "/logo.png", // logo: "/logo.png",
searchPlaceholder: "Search...", searchPlaceholder: "Search...",