mirror of
https://github.com/gregberge/loadable-components.git
synced 2026-02-01 16:41:52 +00:00
11 lines
327 B
JavaScript
11 lines
327 B
JavaScript
const { getGatsbyConfig } = require('smooth-doc/config')
|
|
|
|
module.exports = getGatsbyConfig({
|
|
root: __dirname,
|
|
name: 'Loadable Components',
|
|
slug: 'loadable-components',
|
|
github: 'https://github.com/smooth-code/loadable-components',
|
|
menu: ['Introduction', 'Guides', 'API'],
|
|
nav: [{ title: 'Docs', url: '/docs/' }],
|
|
})
|