Skip to content
This repository has been archived by the owner on Sep 17, 2022. It is now read-only.

Internal server error: Element is missing end tag. #63

Open
louwers opened this issue Apr 1, 2022 · 0 comments
Open

Internal server error: Element is missing end tag. #63

louwers opened this issue Apr 1, 2022 · 0 comments

Comments

@louwers
Copy link

louwers commented Apr 1, 2022

image

Config:

export default defineConfig<DefaultThemeConfig>({
  include: ['src/**/*.vitebook.md', 'src/**/*.story.vue'],
  plugins: [
    vueMarkdownPlugin(),
    vuePlugin({ appFile: 'App.vue' }),
    clientPlugin(),
    defaultThemePlugin(),
    vue({ include: /.(md|vue)/ })
  ],
  site: {
    title: 'Enra v3 Vitebook Components',
    description: 'Enra v3 Vitebook Components',
    theme: {},
  },
});

As soon as I include a single markdown file or component I get the error.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant