Hey there π I set up my first prototype project via pages and I'm satisfied that I got it running.
Hey there
I set up my first prototype project via pages and I'm satisfied that I got it running. However, my journey was a bit bumpy and I'm asking for input for some decisions I made:

- I stick to Next14 since I read there are still some issues that have to be worked out, am I right?
- I did the setup as described in the docs, using next-on-pages. I also saw a yt video from Cloudflare using the opennextjs but I read somewhere that stuff like middleware is not supported yet, so I stuck to the docs. But opennext is the future right?
- I was unsure about the
wrangler.tomlsetup und reading the docs, I found the commandnpx wrangler pages download config <PROJECT_NAME>to set it up automatically. That also added env vars that I already set up via the dashboard. As far as I understood it, I can't just ignore this file on git since it is needed for the automatic builds. I simply deleted the variables for now. I didn't dig too deep into it but as long as I don't set up other workers which need the vars I should be good for now, right? I also assume there are other ways to use the vars to support open source projects