From be40adb9d9f2caa0ba960d91d7a8170860b52a91 Mon Sep 17 00:00:00 2001 From: Niklas Mischkulnig <4586894+mischnic@users.noreply.github.com> Date: Thu, 7 Nov 2024 12:40:25 +0100 Subject: [PATCH] Add missing closing `` (#72453) The MDX was invalid after https://github.com/vercel/next.js/pull/72399 causing next-site deploy failures (I'm not entirely sure if this is where the `` should go, feel free to correct that) Closes PACK-3416 --- docs/01-app/01-getting-started/02-project-structure.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/01-app/01-getting-started/02-project-structure.mdx b/docs/01-app/01-getting-started/02-project-structure.mdx index 4b87dde383685..7369d5daa28ef 100644 --- a/docs/01-app/01-getting-started/02-project-structure.mdx +++ b/docs/01-app/01-getting-started/02-project-structure.mdx @@ -311,3 +311,5 @@ This strategy stores globally shared application code in the root `app` director width="1600" height="1011" /> + +