Adapters
Netlify
Run your h3 apps in Netlify Edge
You can directly host your h3 applications to Netlify Edge using Web Adapter.
Usage
Create app entry:
Create entry for netlify-edge:
Then, create import_map.json
:
Create netlify.toml
:
Finally, use netlify dev
to locally preview:
To deploy, use netlify deploy
:
See pi0/h3-on-edge demo for a fully working example.