How to change http://localhost:5173/demo/flower/ to http://localhost:5173/demo/flower without the / at the end #252
Closed
AllenIverson1122
started this conversation in
Proposals For Qwik
Replies: 1 comment 1 reply
-
|
In the export default defineConfig(({ command, mode }) => {
const plugins = [
qwikCity({
trailingSlash: false,
}),
// ...
};
}); |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What is it about?
No response
What's the motivation for this proposal?
Problems you are trying to solve:
Goals you are trying to achieve:
Any other context or information you want to share:
Proposed Solution / Feature
What do you propose?
Code examples
Links / References
No response
Beta Was this translation helpful? Give feedback.
All reactions