From 4eb1ff87304a589e1b2946d42ac480e0a2abc9d3 Mon Sep 17 00:00:00 2001 From: Lee Robinson Date: Tue, 24 Jan 2023 12:48:04 -0600 Subject: [PATCH] chore: Update Gatsby example README (#9300) --- examples/gatsby/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gatsby/README.md b/examples/gatsby/README.md index 31983c76b..1f93e3a99 100644 --- a/examples/gatsby/README.md +++ b/examples/gatsby/README.md @@ -2,7 +2,7 @@ This directory is a brief example of a [Gatsby](https://www.gatsbyjs.org/) app that can be deployed to Vercel with zero configuration. -> **Note:** We do not currently support some Gatsby v5 features, including API Routes and DSG. We are actively working on adding support for these features. +> **Note:** SSR, DSG, and API Routes [are now supported](https://vercel.com/changelog/improved-support-for-gatsby-sites). We do not currently support some Gatsby v5 features, including Partial Hydration and the Slice API. ## Deploy Your Own