Skip to content

Commit 4e85e8a

Browse files
committed
📝 deploy example links
1 parent 584e447 commit 4e85e8a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

i18n/en-US/articles/how-to-deploy-a-nullstack-application.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,10 @@ node .production/server.js
3131
3232
## How to Deploy a static generated site with Nullstack
3333

34-
After you [generate a static site](/static-site-generation), all you have to do is move the output folder to any host machine capable of serving HTML.
34+
After you [generate a static site](/static-site-generation), all you have to do is move the output folder to any host machine capable of serving HTML.
35+
36+
## Examples
37+
38+
- [How to deploy to Vercel](/examples/how-to-deploy-to-vercel)
39+
- [How to deploy to Github Pages](/examples/how-to-deploy-to-github-pages)
40+
- [How to deploy to Heroku](/examples/how-to-deploy-to-heroku)

0 commit comments

Comments
 (0)