-
-
Notifications
You must be signed in to change notification settings - Fork 113
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Version
all
Platform
all
What steps will reproduce the bug?
I have this site:
/_components/title.vto
/components.ts
/index.vto
The title component exports some js code:
---
js: |
console.log("title");
---
<h1>{{ content }}</h1>The js code of the components is saved in /components.js. And /components.ts is renamed to /components.js so both pages have the same URL.
How often does it reproduce? Is there a required condition?
No response
What is the expected behavior?
The code of both pages should be merged in the same file.
What do you see instead?
An error saying there are two pages with the same url.
Additional information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working