From 0938b700f1993649cbbecdd88fe0a42b2f01f78f Mon Sep 17 00:00:00 2001 From: Kai Vandivier <49666798+KaiVandivier@users.noreply.github.com> Date: Fri, 13 Dec 2024 15:11:07 +0100 Subject: [PATCH] docs(v12-migration): fix title and link (#901) * docs(v12-migration): fix title and link * chore: format --- docs/migration/v12.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/migration/v12.md b/docs/migration/v12.md index c0bdea7d..f8e140af 100644 --- a/docs/migration/v12.md +++ b/docs/migration/v12.md @@ -1,10 +1,10 @@ --- -title: v12: Migrate to Vite & React 18 +title: 'v12: Migrate to Vite & React 18' --- # Platform v12 Migration Guide: Vite & React 18 -Version 12.0.0 introduces Vite and React 18 to the platform, and introduces some great benefits including faster dev server startup, faster application builds, and better plugin UX. Check out the announcement blog post here (todo: link)! +Version 12.0.0 introduces Vite and React 18 to the platform, and introduces some great benefits including faster dev server startup, faster application builds, and better plugin UX. Check out the announcement blog post [here](/blog/2024/12/app-platform-v12)! This guide describes the features that version 12 introduces, then some tips on how to easily upgrade to `@dhis2/cli-app-scripts` v12 and what to expect along the way.