diff --git a/.vuepress/client.js b/.vuepress/client.js deleted file mode 100644 index 8dd61b414..000000000 --- a/.vuepress/client.js +++ /dev/null @@ -1,8 +0,0 @@ -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 deleted file mode 100644 index 3d4462123..000000000 --- a/.vuepress/layouts/Layout.vue +++ /dev/null @@ -1,21 +0,0 @@ - - - - - \ No newline at end of file