diff --git a/apps/website/gatsby-autoload.mjs b/apps/website/gatsby-autoload.mjs deleted file mode 120000 index 2b3750cdc..000000000 --- a/apps/website/gatsby-autoload.mjs +++ /dev/null @@ -1 +0,0 @@ -node_modules/@custom/schema/build/gatsby-autoload.mjs \ No newline at end of file diff --git a/apps/website/gatsby-config.mjs b/apps/website/gatsby-config.mjs index 79a73b0a5..fe1ce7e9e 100644 --- a/apps/website/gatsby-config.mjs +++ b/apps/website/gatsby-config.mjs @@ -9,7 +9,8 @@ import { getPages } from '@custom/decap'; import { resolve } from 'path'; -import autoload from './gatsby-autoload.mjs'; +// @ts-ignore +import autoload from './node_modules/@custom/schema/build/autoload.mjs'; const dir = resolve('node_modules/@custom/decap/data/page');