mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-07-27 12:42:28 +02:00
removed portfolio entirely
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user