-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Request] add static building #112
Comments
Very much agree. The project could stick with the default SSR strategy, but give the option to build the site into static files. The performance would be much improved. It's kinda annoying and detrimental, for example, that the avantar picture has to be downloaded every time the home page is hit. |
We could split the current |
Also in need of a solution for static generation here. Any ideas how it would be architected? Could it be a middleware? Part of the blog config options? A separate mirror process all together? Any good examples out there already we could follow? Given some direction, maybe I could hack something together... |
Or probably just make more sense to use lume or something... |
Given that (at some point) the deno blog isn't fetching dynamic data but rather a website for all users, the deno blog should be able to generate static files.
The text was updated successfully, but these errors were encountered: