nexora / frontend /next-sitemap.config.js
ChandimaPrabath's picture
sitemap config
b05dd1c
raw
history blame
120 Bytes
module.exports = {
siteUrl: process.env.SITE_URL || "https://hans-den-nexora.hf.space",
generateRobotsTxt: true,
};