added favicon

This commit is contained in:
2026-02-17 17:48:37 +01:00
parent 58d37b51b7
commit d758bbd62c
17 changed files with 56 additions and 55 deletions

View File

@@ -10,7 +10,10 @@
#include "crow.h"
namespace utils {
const std::filesystem::path build_dir = "frontend/build/"; // <-- set your build folder
// Svelte genereated files
const std::filesystem::path build_dir = "frontend/build/";
// Non-autogenerated assets folder
const std::filesystem::path assets_dir = "assets/";
std::map<std::string, std::string> parseBody(const std::string& body);