From 6e850793ad47b3b2b8251c8dc8eb288c3841b04c Mon Sep 17 00:00:00 2001 From: Bernhard Hauke <130161325+czyber@users.noreply.github.com> Date: Wed, 10 Sep 2025 11:18:21 +0200 Subject: [PATCH] docs: update NuxtJS Deep Link setup Since in NuxtJS it should also be the `public/` directory and not `static` - the setup docs for NuxtJS were updated. Further, since it now is exactly the same as React, the sections were merged. --- docs/main/guides/deep-links.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/main/guides/deep-links.md b/docs/main/guides/deep-links.md index f069591b3..cb7a01a01 100644 --- a/docs/main/guides/deep-links.md +++ b/docs/main/guides/deep-links.md @@ -331,11 +331,7 @@ Place the association files under `src/.well-known`. Next, configure the build p Build then deploy the site. -### NuxtJS - -Place the association files under `static/.well-known`. No additional steps are necessary; simply build then deploy the site. - -### React +### NuxtJS & React Place the association files under `public/.well-known`. No additional steps are necessary; simply build then deploy the site.