We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
all
I have this site:
/_components/title.vto /components.ts /index.vto
The title component exports some js code:
title
--- 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.
/components.js
/components.ts
No response
The code of both pages should be merged in the same file.
An error saying there are two pages with the same url.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
all
Platform
all
What steps will reproduce the bug?
I have this site:
The
title
component exports some js code: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
The text was updated successfully, but these errors were encountered: