SergeyMyssak / nextjs-sitemap

Generate dynamic sitemap.xml for Next.js projects following the example of Google!
122 stars 5 forks source link

.module.scss files can't be excluded #7

Closed ekinndev closed 3 years ago

ekinndev commented 3 years ago

I have module scss files with the same folder per page

Eventhough I had added excludedExtensions excludeExtensions: ['.module', '.scss', '.module.scss'] it didn't work. There are still some pages into sitemap like https://example.com/blalblablabla.module .

ekinndev commented 2 years ago

A possible fix: I generate a sitemap with generateDynamicsPaths, I put all the routes that I want to be in sitemap in an array. Then I generate it