/** @type {import('next-sitemap').IConfig} */ const config = { siteUrl: "https://planpostai.com", generateRobotsTxt: true, }; export default config;