core
core copied to clipboard
Vue-Powered Static Site Generator
### Description ```typescript import { defineUserConfig } from 'vuepress'; export default defineUserConfig({ base: '/', title: 'VuePress Starter', description: 'VuePress Starter Project in Stackblitz', theme: '@vuepress/theme-default', themeConfig: { navbar: [ {...
I like the vuepress a lot 😁, but in Seo I found a. Issue, I am using head yaml to add meta tags and schema tags in body as they...
## Bug report I used the vuepress-docSearch plugin in my theme, but it seems to be rendered repeatedly as shown in the figure below. I am very surprised that such...
## Feature request ### Description Since Apple introduced new Safari design in WWDC 2021, personally, I think that changing theme-color with dark mode dynamically would have a nicer look for...
## Bug report ### Description I have a `` component, which is used in every layout component. If I use `` in ``, something weird will happen. When I navigate...
### Description bundling a vuepress2 application with vite does not emit a cache directory while bundling with webpack does. I could not see any hint in the docs that this...
### Description When built with vite, none ascii characters are formatted to `\uxxx`  While actually, giving `charset` to `utf-8` for esbuild, they can be directlly outputed and can help...