Skip to content

Commit 77e1a5b

Browse files
authored
Added Nuxt configuration section to documentation (#826)
1 parent 979cf33 commit 77e1a5b

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

docs/modules/ROOT/pages/web-frameworks.adoc

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,4 +299,16 @@ To mitigate that you must disable Vert.X URL validation to work with dynamic rou
299299
[source,bash]
300300
----
301301
mvn quarkus:dev -Dvertx.disableURIValidation=true
302-
----
302+
----
303+
304+
[#nuxt-config]
305+
=== Nuxt Configuration
306+
307+
Dynamic routes in Nuxt use invalid URL symbols in the URL, specifically `[`. See: https://github.com/quarkiverse/quarkus-quinoa/issues/591
308+
309+
To mitigate that you must disable Vert.X URL validation to work with dynamic routing using `-Dvertx.disableURIValidation=true` for example:
310+
311+
[source,bash]
312+
----
313+
mvn quarkus:dev -Dvertx.disableURIValidation=true
314+
----

0 commit comments

Comments
 (0)