mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-05 21:32:02 -06:00
6 lines
146 B
JavaScript
6 lines
146 B
JavaScript
/** @type {import('next-sitemap').IConfig} */
|
|
module.exports = {
|
|
siteUrl: "https://formbricks.com",
|
|
generateRobotsTxt: true, // (optional)
|
|
};
|