mirror of
https://github.com/movie-web/docs.git
synced 2025-09-13 09:03:27 +00:00
Host on subdirectory
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
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',
|
||||
basePath: '/docs',
|
||||
});
|
||||
|
Reference in New Issue
Block a user