added favicon
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user