Skip to content

Commit 86a1cdc

Browse files
committed
fix: add 'lol-ffsu' in sitemap
1 parent 7a5856f commit 86a1cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/sitemap.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default async function sitemap(): Promise<MetadataRoute.Sitemap> {
77

88
//console.log(tournamentId);
99

10-
const tournamentId = ['lol', 'cs2', 'osu', 'valo', 'tft', 'open'];
10+
const tournamentId = ['lol', 'lol-ffsu', 'cs2', 'osu', 'valo', 'tft', 'open'];
1111
// 'ssbu',
1212
// Path to the directory containing your TSX files
1313
const siteDirectory = path.join(process.cwd(), '/src/app');

0 commit comments

Comments
 (0)