mirror of
https://github.com/hsjobeki/noogle.git
synced 2024-12-29 00:43:57 +03:00
8 lines
185 B
JavaScript
8 lines
185 B
JavaScript
|
/** @type {import('next-sitemap').IConfig} */
|
||
|
module.exports = {
|
||
|
output: "export",
|
||
|
siteUrl: "https://noogle.dev",
|
||
|
generateRobotsTxt: true, // (optional)
|
||
|
changefreq: "daily",
|
||
|
};
|