Skip to content

Commit

Permalink
fix: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Nov 10, 2023
1 parent d6820fe commit fc47e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/template_indexer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export class TemplateIndexer {
path.startsWith(diskPath)
)!

const filename = relative(diskPath, path).replace('.edge', '')
const filename = slash(relative(diskPath, path).replace('.edge', ''))
const name = disk === 'default' ? filename : `${disk}::${filename}`
const componentName = this.#componentFileNameToTagName(diskPath, path, disk)

Expand Down

0 comments on commit fc47e1d

Please sign in to comment.