Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
pmelab committed Jan 23, 2024
1 parent ad99642 commit ab8bdeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion apps/website/gatsby-autoload.mjs

This file was deleted.

3 changes: 2 additions & 1 deletion apps/website/gatsby-config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down

0 comments on commit ab8bdeb

Please sign in to comment.