Skip to content

Commit

Permalink
docs: mention localhost for testing via netlify CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Apr 5, 2022
1 parent cc67280 commit 67d92bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/integrations/netlify/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import netlify from '@astrojs/netlify/functions';
export default defineConfig({
adapter: netlify(),
// Where your Netlify app will be deployed.
// Feel free to use an example URL (i.e. http://example.com)
// to test local builds, in case you aren't deploying yet!
// Feel free to use a local URL (i.e. http://localhost:8080)
// to test local builds via the netlify CLI
site: 'https://my-production-url.netlify.app',
});
```
Expand Down

0 comments on commit 67d92bc

Please sign in to comment.