blitzjs.com
blitzjs.com copied to clipboard
Website & docs
- [x] replace blitz.config.js to next.config.js - [x] remove pages directory from app/auth and add it to pages/auth - [x] remove babel.config.js - [x] convert file names in projects/ from...
Don't suggest installing `alpha` - to match https://github.com/blitz-js/blitz/blob/main/README.md#install-blitz
- [x] Fix missing gSP wrapper for getStaticProps in https://blitzjs.com/docs/query-usage#get-static-props - [x] Fix imports in paginated query page example - https://blitzjs.com/docs/use-paginated-query#example
https://user-images.githubusercontent.com/44772513/165090549-ba354b7c-421e-4d55-a68e-f1bb20c27d2f.mov When I open https://blitzjs.com as shown in the video and the width of the web site is between 1024px and 1300px, the text color and background color are the...
### What do you want and why? Reading and searching the documentation, it is unclear to me wether Blitz offers a built-in way to verify emails on sign up. It...
To cover BLITZ_PUBLIC, miscellaneous exported env vars, `env, `publicRuntimeConfig`, and `serverRuntimeConfig`. With notes re: which are build-time vs. run-time, and how the options relate to / sometimes override each other.
Would like some instructions on using this on Ubuntu 20.04 Droplet with NodeJs. Struggling to get this live. After running `yarn build` (which seems to be killed midway through) and...