summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Sarah Rainsberger <sarah@rainsberger.ca> 2023-06-06 11:50:44 -0300
committerGravatar GitHub <noreply@github.com> 2023-06-06 09:50:44 -0500
commit67c8f34a99f3a50f7f402462bd5f74b477c8d663 (patch)
treef5a9f548c717362acaf955c7d659c3c0f95e8abb
parentd72cfa7cad758192163712ceb269405659fd14bc (diff)
downloadastro-67c8f34a99f3a50f7f402462bd5f74b477c8d663.tar.gz
astro-67c8f34a99f3a50f7f402462bd5f74b477c8d663.tar.zst
astro-67c8f34a99f3a50f7f402462bd5f74b477c8d663.zip
fix note syntax in Netlify README (#7305)
-rw-r--r--packages/integrations/netlify/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/integrations/netlify/README.md b/packages/integrations/netlify/README.md
index cee5fa5c2..21a10a6c9 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