Revert "v1.0.2 (#8)" (#9)

This reverts commit b91bfa21b3.
This commit is contained in:
Andras Bacsai
2021-03-30 22:15:37 +02:00
committed by GitHub
parent 73d3d43215
commit a1cccd479e
18 changed files with 124 additions and 180 deletions

View File

@@ -14,11 +14,15 @@ https://andrasbacsai.com/farewell-netlify-and-heroku-after-3-days-of-coding
# FAQ
Q: What is a buildpack?
Q: What does Buildpack means?
A: It defines your application's final form.
`Static` means that it will be hosted as a static site.
`NodeJs` means that it will be started as a node application.
A: It defines your application's final form. Static means that it will be hosted as a static site in the end. (see next question below 👇)
---
Q: How can I build a static site, like Next.js, Sapper (prerendered), etc ?
A: Use `static` builder and set your `Build command`.
# Screenshots