diff --git a/src/.vuepress/theme/index.ts b/src/.vuepress/theme/index.ts index 303da2edb..e36caaee1 100644 --- a/src/.vuepress/theme/index.ts +++ b/src/.vuepress/theme/index.ts @@ -28,6 +28,8 @@ export const myParcelTheme = (options: MyPaThemeData): Theme => { return { name: '@myparcel/developer-portal', + templateBuild: path.resolve(__dirname, 'templates', 'build.html'), + layouts: { Layout: `${views}/layout/layout/Layout.vue`, // eslint-disable-next-line @typescript-eslint/no-magic-numbers diff --git a/src/.vuepress/theme/templates/build.html b/src/.vuepress/theme/templates/build.html new file mode 100644 index 000000000..a38057a35 --- /dev/null +++ b/src/.vuepress/theme/templates/build.html @@ -0,0 +1,24 @@ + + + + + + + + + + + + +
+ + +