Closed HalosGhost closed 6 years ago
preliminarily:
{ .prefix="/assets", .module = LWAN_MODULE_REF(serve_files), .args = &(struct lwan_serve_files_settings ){ .root_path="./assets", .serve_precompressed_files=true, .auto_index=true }}
via 7c6948f00bfcf65ccda8a88775fdccad8740b3d8
At the moment, we do not load any assets (e.g., no CSS, no favicon, etc.).
In addition, we only serve the main page, no other files (e.g., my CV and Resume).
Bringing this up to function will result in a much better user-experience (styling) and much more featureful use-cases (e.g., file redistribution).