File tree 4 files changed +34
-327
lines changed
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 5
5
"scripts" : {
6
6
"dev" : " next dev" ,
7
7
"build" : " next build" ,
8
- "start" : " next start"
8
+ "start" : " next start" ,
9
+ "postbuild" : " next-sitemap"
9
10
},
10
11
"repository" : {
11
12
"type" : " git" ,
21
22
"@tabler/icons-react" : " ^2.46.0" ,
22
23
"autoprefixer" : " ^10.4.20" ,
23
24
"next" : " ^13.5.6" ,
25
+ "next-sitemap" : " ^4.2.3" ,
24
26
"nextra" : " ^2.12.3" ,
25
27
"nextra-theme-docs" : " ^2.12.3" ,
26
28
"postcss" : " ^8.4.45" ,
31
33
"@types/node" : " 18.19.8" ,
32
34
"@types/react" : " ^18.2.48" ,
33
35
"@types/react-dom" : " ^18.2.18" ,
34
- "patch-package" : " ^8.0.0" ,
35
36
"tailwindcss" : " ^3.4.11" ,
36
37
"typescript" : " ^5.3.3"
37
38
}
You can’t perform that action at this time.
0 commit comments