This commit is contained in:
hamdy
2020-11-22 17:04:57 +02:00
parent fc42c04f7a
commit ed5cfdbeb4
3 changed files with 82 additions and 0 deletions

View File

@@ -87,6 +87,16 @@ module.exports = function (api) {
})
})
api.createPages(({ createPage }) => {
createPage({
path: '/overview',
component: './src/templates/Overview.vue',
context: {
private: private
}
})
})
api.createPages(async ({
graphql,
createPage