File tree Expand file tree Collapse file tree 4 files changed +31
-0
lines changed Expand file tree Collapse file tree 4 files changed +31
-0
lines changed Original file line number Diff line number Diff line change 1
1
/** @type {import('next').NextConfig } */
2
2
module . exports = {
3
3
reactStrictMode : true ,
4
+ siteUrl : process . env . SITE_URL || 'https://saumyaroy.com' ,
5
+ generateRobotsTxt : true
4
6
}
Original file line number Diff line number Diff line change 5
5
"scripts" : {
6
6
"dev" : " next dev" ,
7
7
"build" : " next build" ,
8
+ "postbuild" : " next-sitemap" ,
8
9
"export" : " next export" ,
9
10
"start" : " next start" ,
10
11
"lint" : " next lint"
34
35
"@types/react" : " 17.0.30" ,
35
36
"eslint" : " 8.0.1" ,
36
37
"eslint-config-next" : " 11.1.2" ,
38
+ "next-sitemap" : " ^1.6.192" ,
37
39
"typescript" : " 4.4.4"
38
40
}
39
41
}
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" standalone =" yes" ?>
2
+ <urlset xmlns =" http://www.sitemaps.org/schemas/sitemap/0.9" >
3
+ <url >
4
+ <loc >https://saumyaroy.com/</loc >
5
+ </url >
6
+ </urlset >
Original file line number Diff line number Diff line change 250
250
" @babel/helper-validator-identifier" " ^7.14.9"
251
251
to-fast-properties "^2.0.0"
252
252
253
+ " @corex/deepmerge@^2.6.34 " :
254
+ version "2.6.34"
255
+ resolved "https://registry.yarnpkg.com/@corex/deepmerge/-/deepmerge-2.6.34.tgz#8dd084f2bcc9cf54f6b1210a1aebd25206de2a84"
256
+ integrity sha512-5l3bQRGOoCJ1nYTxEaOW/MRuwNDq32KYatWO5rwOlOzxY4beVCrxDBaDBX5wpDn0PYm0QAul/vAC9GDHShEbTw==
257
+
253
258
" @emotion/babel-plugin@^11.3.0 " :
254
259
version "11.3.0"
255
260
resolved "https://registry.yarnpkg.com/@emotion/babel-plugin/-/babel-plugin-11.3.0.tgz#3a16850ba04d8d9651f07f3fb674b3436a4fb9d7"
@@ -4054,6 +4059,13 @@ map-visit@^1.0.0:
4054
4059
dependencies :
4055
4060
object-visit "^1.0.0"
4056
4061
4062
+ matcher@^4.0.0 :
4063
+ version "4.0.0"
4064
+ resolved "https://registry.yarnpkg.com/matcher/-/matcher-4.0.0.tgz#a42a05a09aaed92e2d241eb91fddac689461ea51"
4065
+ integrity sha512-S6x5wmcDmsDRRU/c2dkccDwQPXoFczc5+HpQ2lON8pnvHlnvHAHj5WlLVvw6n6vNyHuVugYrFohYxbS+pvFpKQ==
4066
+ dependencies :
4067
+ escape-string-regexp "^4.0.0"
4068
+
4057
4069
md5.js@^1.3.4 :
4058
4070
version "1.3.5"
4059
4071
resolved "https://registry.yarnpkg.com/md5.js/-/md5.js-1.3.5.tgz#b5d07b8e3216e3e27cd728d72f70d1e6a342005f"
@@ -4258,6 +4270,15 @@ next-optimized-images@^2.6.2:
4258
4270
raw-loader "^2.0.0"
4259
4271
url-loader "^1.1.2"
4260
4272
4273
+ next-sitemap@^1.6.192 :
4274
+ version "1.6.192"
4275
+ resolved "https://registry.yarnpkg.com/next-sitemap/-/next-sitemap-1.6.192.tgz#2f5c4e4b8ac12e2edcf8d2caffdd3b320b2b47a8"
4276
+ integrity sha512-Pvxi5ttn/pedojrCvhGrvXsXg0bSV/scWCLrivO1xeBd+OVGiFyn60WHfx7I0HfW7nFQmbvwGfYffkUMOj/ptg==
4277
+ dependencies :
4278
+ " @corex/deepmerge" " ^2.6.34"
4279
+ matcher "^4.0.0"
4280
+ minimist "^1.2.5"
4281
+
4261
4282
next@11 :
4262
4283
version "11.1.2"
4263
4284
resolved "https://registry.yarnpkg.com/next/-/next-11.1.2.tgz#527475787a9a362f1bc916962b0c0655cc05bc91"
You can’t perform that action at this time.
0 commit comments