Skip to content

Commit

Permalink
remove previous /examples page
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongao97 committed Jan 24, 2024
1 parent 82f498e commit 687b0a7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 111 deletions.
8 changes: 0 additions & 8 deletions gatsby/create-pages.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,4 @@ module.exports = async ({ graphql, actions, reporter }) => {
});
});
}

// Create the example page (contains every embedded sketch with screenshot)
if (process.env.CREATE_EXAMPLES_PAGE === 'true') {
createPage({
path: '/examples',
component: path.resolve(`./src/layouts/ExamplesPageLayout.js`),
});
}
};
103 changes: 0 additions & 103 deletions src/layouts/ExamplesPageLayout.js

This file was deleted.

0 comments on commit 687b0a7

Please sign in to comment.