fix note syntax in Netlify README (#7305)

This commit is contained in:
Sarah Rainsberger 2023-06-06 11:50:44 -03:00 committed by GitHub
parent d72cfa7cad
commit 67c8f34a99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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