mirror of
https://github.com/nix-community/noogle.git
synced 2024-11-23 00:33:12 +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",
|
|
};
|