mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-12 19:02:53 +08:00
7 lines
150 B
JavaScript
7 lines
150 B
JavaScript
/** @type {import('next-sitemap').IConfig} */
|
|
module.exports = {
|
|
siteUrl: "https://jsoncrack.com",
|
|
exclude: ["/widget"],
|
|
autoLastmod: false,
|
|
};
|