File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ const nextConfig = {
1212	// VERCEL_ENV is a system env var set by Vercel 
1313	// https://vercel.com/docs/projects/environment-variables/system-environment-variables 
1414	// basePath: process.env.VERCEL_ENV === 'production' ? '/docs' : '', 
15- 	basePath : process . env . VERCEL_ENV   ===   'production'  ?  ' /docs'  :  ' ', 
15+ 	basePath : ' /docs', 
1616	// Add transpilePackages for next-mdx-remote if using Turbopack 
1717	transpilePackages : [ 'next-mdx-remote' ] , 
1818	// async redirects() { 
Original file line number Diff line number Diff line change 11export  function  Logo ( props : React . ComponentPropsWithoutRef < 'svg' > )  { 
2- 	const  basePath  =  process . env . VERCEL_ENV   ===   'production'  ?  ' /docs'  :  ' '
2+ 	const  basePath  =  ' /docs'
33
44	return  ( 
55		< > 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments