Store and serve local profile icons for user pages #10

Merged
raucao merged 2 commits from feature/icons into master 2024-12-03 17:51:56 +00:00
2 changed files with 0 additions and 2 deletions
Showing only changes of commit 8e802f314a - Show all commits

View File

@ -9,7 +9,6 @@ const nprofileHandler = async function (ctx: Context) {
try {
data = nip19.decode(nprofile).data as nip19.ProfilePointer;
console.log(data);
} catch (_e) {
notFoundHandler(ctx);
return;

View File

@ -85,7 +85,6 @@ router.get("/:username/:identifier", async (ctx) => {
});
router.get("/assets/:path*", async (ctx) => {
console.log(import.meta.dirname);
try {
let filePath = ctx.params.path || "";
let root: string;