Skip to content

Commit

Permalink
Added Nuxt configuration section to documentation (#826)
Browse files Browse the repository at this point in the history
  • Loading branch information
blazmrak authored Jan 13, 2025
1 parent 979cf33 commit 77e1a5b
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/modules/ROOT/pages/web-frameworks.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -299,4 +299,16 @@ To mitigate that you must disable Vert.X URL validation to work with dynamic rou
[source,bash]
----
mvn quarkus:dev -Dvertx.disableURIValidation=true
----
----

[#nuxt-config]
=== Nuxt Configuration

Dynamic routes in Nuxt use invalid URL symbols in the URL, specifically `[`. See: https://github.com/quarkiverse/quarkus-quinoa/issues/591

To mitigate that you must disable Vert.X URL validation to work with dynamic routing using `-Dvertx.disableURIValidation=true` for example:

[source,bash]
----
mvn quarkus:dev -Dvertx.disableURIValidation=true
----

0 comments on commit 77e1a5b

Please sign in to comment.