mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 17:33:26 +00:00
switched to guider
This commit is contained in:
10
.docs/next.config.mjs
Normal file
10
.docs/next.config.mjs
Normal file
@@ -0,0 +1,10 @@
|
||||
import { guider } from '@neato/guider';
|
||||
|
||||
const withGuider = guider({
|
||||
themeConfig: './theme.config.tsx',
|
||||
});
|
||||
|
||||
export default withGuider({
|
||||
output: 'export',
|
||||
basePath: '',
|
||||
});
|
Reference in New Issue
Block a user