mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-07-26 20:22:32 +02:00
refactor(starter): upgrade and move to typescript
This commit is contained in:
3
gatsby-node.ts
Normal file
3
gatsby-node.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export { createPages } from "./internal/gatsby/create-pages";
|
||||
export { onCreateNode } from "./internal/gatsby/on-create-node";
|
||||
export { onCreateWebpackConfig } from "./internal/gatsby/on-create-webpack-config";
|
Reference in New Issue
Block a user