From 67c8f34a99f3a50f7f402462bd5f74b477c8d663 Mon Sep 17 00:00:00 2001 From: Sarah Rainsberger Date: Tue, 6 Jun 2023 11:50:44 -0300 Subject: [PATCH] fix note syntax in Netlify README (#7305) --- packages/integrations/netlify/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/integrations/netlify/README.md b/packages/integrations/netlify/README.md index cee5fa5c29..21a10a6c9c 100644 --- a/packages/integrations/netlify/README.md +++ b/packages/integrations/netlify/README.md @@ -96,7 +96,8 @@ export default defineConfig({ Once you run `astro build` there will be a `dist/_redirects` file. Netlify will use that to properly route pages in production. -> __Note__, you can still include a `public/_redirects` file for manual redirects. Any redirects you specify in the redirects config are appended to the end of your own. +> **Note** +> You can still include a `public/_redirects` file for manual redirects. Any redirects you specify in the redirects config are appended to the end of your own. ## Usage