mirror of
https://github.com/movie-web/docs.git
synced 2025-09-13 07:03:27 +00:00
Add basic Guider project and remove Nuxt content
This commit is contained in:
12
next.config.mjs
Normal file
12
next.config.mjs
Normal file
@@ -0,0 +1,12 @@
|
||||
import { guider } from '@neato/guider';
|
||||
|
||||
const withGuider = guider({
|
||||
// The location of your theme file, created in the next step
|
||||
themeConfig: './theme.config.tsx',
|
||||
});
|
||||
|
||||
export default withGuider({
|
||||
// These are the normal Next.JS settings.
|
||||
// Check out Next.JS docs: https://nextjs.org/docs/app/api-reference/next-config-js
|
||||
output: 'export',
|
||||
});
|
Reference in New Issue
Block a user