Skip to content

Commit

Permalink
fix(typescript): ajustado nome do arquivo sitemaps para sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
andrefelipeschulle committed Aug 20, 2024
1 parent 6bd4534 commit 1b71397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/presets/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const base = [
name: 'no default exports exceptions',
files: [
'src/app/**/{page,layout,template,loading,error,robots,sitemaps}.tsx',
'src/app/**/{robots,sitemaps}.ts',
'src/app/**/{robots,sitemap}.ts',
'*.config.{ts,js,mjs,cjs}',
'**/*.config.{ts,js,mjs,cjs}',
'*.d.ts',
Expand Down

0 comments on commit 1b71397

Please sign in to comment.