Skip to content

Commit

Permalink
fix(sitemap): schematic src directory path
Browse files Browse the repository at this point in the history
  • Loading branch information
HitkoDev committed Dec 17, 2024
1 parent c43e252 commit e0b3218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sitemap/src/schematics/ng-add/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export function ngAdd(options: NgAddSchematicOptions) {
name: 'sitemap',
builder: 'nxt-sitemap:sitemap',
options: {
srcDirectory: options.srcDirectory,
srcDirectory: options.srcDirectory.replace(/\\/g, '/'),
baseUrl: options.baseUrl
}
})
Expand Down

0 comments on commit e0b3218

Please sign in to comment.