diff --git a/.gitignore b/.gitignore index 52bcac8..448a4ee 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,6 @@ node_modules/ build/ coverage/ !.storybook/ +!.vuepress/ .vuepress/.temp/ .vuepress/.cache/ \ No newline at end of file diff --git a/.vuepress/config.ts b/.vuepress/config.ts index 158f5ea..0cdf891 100644 --- a/.vuepress/config.ts +++ b/.vuepress/config.ts @@ -3,5 +3,5 @@ import { defineUserConfig } from 'vuepress' export default defineUserConfig({ title: 'IT4C Frontend Boilerplate Documentation', description: 'IT4C Frontend Boilerplate Documentation', - dest: 'build/docs' -}) \ No newline at end of file + dest: 'build/docs', +})