File tree Expand file tree Collapse file tree 4 files changed +34
-327
lines changed Expand file tree Collapse file tree 4 files changed +34
-327
lines changed Original file line number Diff line number Diff line change 1+ enable-pre-post-scripts = true 
Original file line number Diff line number Diff line change 1+ /** @type  {import('next-sitemap').IConfig } */ 
2+ module . exports  =  { 
3+     siteUrl : 'https://docs.it-scripts.com/' , 
4+     generateRobotsTxt : true , 
5+     generateIndexSitemap : false , 
6+     outDir : './out' , 
7+   } ; 
Original file line number Diff line number Diff line change 55  "scripts" : {
66    "dev" : " next dev"  ,
77    "build" : " next build"  ,
8-     "start" : " next start" 
8+     "start" : " next start"  ,
9+     "postbuild" : " next-sitemap" 
910  },
1011  "repository" : {
1112    "type" : " git"  ,
2122    "@tabler/icons-react" : " ^2.46.0"  ,
2223    "autoprefixer" : " ^10.4.20"  ,
2324    "next" : " ^13.5.6"  ,
25+     "next-sitemap" : " ^4.2.3"  ,
2426    "nextra" : " ^2.12.3"  ,
2527    "nextra-theme-docs" : " ^2.12.3"  ,
2628    "postcss" : " ^8.4.45"  ,
3133    "@types/node" : " 18.19.8"  ,
3234    "@types/react" : " ^18.2.48"  ,
3335    "@types/react-dom" : " ^18.2.18"  ,
34-     "patch-package" : " ^8.0.0"  ,
3536    "tailwindcss" : " ^3.4.11"  ,
3637    "typescript" : " ^5.3.3" 
3738  }
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments