21 ms·
Basically I'm an idiot. I pay for ghost, which costs money. I have some stuff on AWS to manage SSL (which imo shouldn't cost as much as it does and maybe I'm do
by stachudotnet 3y ago
Basically I'm an idiot. I pay for ghost, which costs money. I have some stuff on AWS to manage SSL (which imo shouldn't cost as much as it does and maybe I'm doing something dumb). I pay for fireside, which is _basically_ a static site.
I also have a site that _should_ be static, but I tried to be fancy and do server-side rendering, which is costing me, because again, I'm an idiot who was once ambitious.
- pests 3y agoIf the last one is built with React look into the new React Server Components. Pretty much everything that's not strictly dynamic can not only be rendered server-side, but you can also prerender entire component hierarchies into static HTML assets.