mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-05-09 23:16:57 +02:00
Explore Design changes
This commit is contained in:
parent
85d749d33d
commit
df08385cc5
22 changed files with 146 additions and 53 deletions
|
@ -25,7 +25,7 @@ exports.createPages = async ({ actions, graphql, reporter }) => {
|
|||
result.data.allProjectsJson.nodes.forEach((node) => {
|
||||
console.log("Creating Page: ", `/${node.lang}/projects/${node.urlname}`);
|
||||
|
||||
createPage({
|
||||
if(node.lang !== "ignoreme") createPage({
|
||||
path: `/${node.lang}/projects/${node.urlname}`,
|
||||
component: projectTemplate,
|
||||
context: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue