File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- import ' ./global.css' ;
2- import { RootProvider } from ' fumadocs-ui/provider' ;
3- import type { ReactNode } from ' react' ;
1+ import " ./global.css" ;
2+ import { RootProvider } from " fumadocs-ui/provider" ;
3+ import type { ReactNode } from " react" ;
44
55export default function Layout ( { children } : { children : ReactNode } ) {
66 return (
7- < html lang = "en" suppressHydrationWarning >
7+ < html lang = "en" suppressHydrationWarning >
88 < body className = "flex flex-col min-h-screen" >
99 < RootProvider
1010 search = { {
11- options : {
12- type : 'static' ,
13- } ,
11+ enabled : false ,
1412 } }
1513 >
1614 { children }
Original file line number Diff line number Diff line change 1- import { createMDX } from ' fumadocs-mdx/next' ;
1+ import { createMDX } from " fumadocs-mdx/next" ;
22
33const withMDX = createMDX ( ) ;
44
5- const isDev = process . env . NODE_ENV === ' development' ;
5+ const isDev = process . env . NODE_ENV === " development" ;
66
77/** @type {import('next').NextConfig } */
88const config = {
99 reactStrictMode : true ,
10- output : ' export' ,
10+ output : " export" ,
1111 images : {
1212 unoptimized : isDev ,
13- remotePatterns : [
14- {
15- hostname : 'files.readme.io' ,
16- } ,
17- ] ,
1813 } ,
1914} ;
2015
You can’t perform that action at this time.
0 commit comments