ChandimaPrabath
commited on
Commit
•
e11c0e6
1
Parent(s):
e17b178
sitemap config
Browse files
frontend/next-sitemap.config.js
CHANGED
@@ -17,6 +17,7 @@ module.exports = {
|
|
17 |
// ],
|
18 |
additionalPaths: async (config) => [
|
19 |
await config.transform(config, '/movies'),
|
|
|
20 |
await config.transform(config, '/search'),
|
21 |
await config.transform(config, '/genre/Action'),
|
22 |
await config.transform(config, '/genre/Adventure'),
|
|
|
17 |
// ],
|
18 |
additionalPaths: async (config) => [
|
19 |
await config.transform(config, '/movies'),
|
20 |
+
await config.transform(config, '/tvshows'),
|
21 |
await config.transform(config, '/search'),
|
22 |
await config.transform(config, '/genre/Action'),
|
23 |
await config.transform(config, '/genre/Adventure'),
|