From b656c58b39d501a17fbd2ae867b904204502a354 Mon Sep 17 00:00:00 2001 From: Peter Radko Date: Wed, 19 Mar 2025 02:23:40 +0300 Subject: [PATCH] docs: mention possibility of prerendering api routes (#31234) --- docs/1.getting-started/9.prerendering.md | 1 + docs/3.api/3.utils/prerender-routes.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/docs/1.getting-started/9.prerendering.md b/docs/1.getting-started/9.prerendering.md index 7f72b4bc9c..e646f73a53 100644 --- a/docs/1.getting-started/9.prerendering.md +++ b/docs/1.getting-started/9.prerendering.md @@ -144,6 +144,7 @@ You can use this at runtime within a [Nuxt context](/docs/guide/going-further/nu ```vue [pages/index.vue]