removed portfolio entirely

This commit is contained in:
2022-10-13 22:13:57 +02:00
parent 8817fe00f8
commit 06baa69c6b
12 changed files with 1 additions and 70 deletions

View File

@@ -47,7 +47,6 @@ const createPages: GatsbyNode["createPages"] = async ({ graphql, actions }) => {
if (node?.fields?.slug) {
switch (node?.frontmatter?.template) {
case "page":
case "portfolioItem":
createPage({
path: node.fields.slug,
component: pageTemplate,