diff --git a/.vuepress/client.js b/.vuepress/client.js new file mode 100644 index 000000000..8dd61b414 --- /dev/null +++ b/.vuepress/client.js @@ -0,0 +1,8 @@ +import { defineClientConfig } from '@vuepress/client' +import Layout from './layouts/Layout.vue' + +export default defineClientConfig({ + layouts: { + Layout, + }, +}) \ No newline at end of file diff --git a/.vuepress/layouts/Layout.vue b/.vuepress/layouts/Layout.vue new file mode 100644 index 000000000..3d4462123 --- /dev/null +++ b/.vuepress/layouts/Layout.vue @@ -0,0 +1,21 @@ + + + + + \ No newline at end of file