mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-05-20 04:47:30 +08:00
Initial commit from Create Next App
This commit is contained in:
13
next-sitemap.config.js
Normal file
13
next-sitemap.config.js
Normal file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* @type {import('next-sitemap').IConfig}
|
||||
* @see https://github.com/iamvishnusankar/next-sitemap#readme
|
||||
*/
|
||||
module.exports = {
|
||||
// !STARTERCONF Change the siteUrl
|
||||
/** Without additional '/' on the end, e.g. https://theodorusclarence.com */
|
||||
siteUrl: 'https://tsnext-tw.thcl.dev',
|
||||
generateRobotsTxt: true,
|
||||
robotsTxtOptions: {
|
||||
policies: [{ userAgent: '*', allow: '/' }],
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user