Skip to content

Commit 42ca214

Browse files
committed
chore: fix eslint react version monitoring warning
1 parent 5ba22a8 commit 42ca214

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rspress.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ export default defineConfig({
267267
.map(
268268
(page) => ` <url>
269269
<loc>${siteUrl}${page}</loc>
270-
<lastmod>${new Date().toISOString().split("T")[0]}</lastmod>
270+
<lastmod>${new Date().toISOString()}</lastmod>
271271
<changefreq>weekly</changefreq>
272272
<priority>${page === "" ? "1.0" : "0.8"}</priority>
273273
</url>`

0 commit comments

Comments
 (0)