From 710ac1b585d71cb1bc7b6f905034dc2e55e58b6e Mon Sep 17 00:00:00 2001 From: JustIceO7 Date: Wed, 19 Feb 2025 02:47:22 +0000 Subject: [PATCH] FEAT: Added config to store path to images --- frontend/config.tsx | 5 +++++ frontend/public/images/{pfp => pfps}/monkey.png | Bin 2 files changed, 5 insertions(+) create mode 100644 frontend/config.tsx rename frontend/public/images/{pfp => pfps}/monkey.png (100%) diff --git a/frontend/config.tsx b/frontend/config.tsx new file mode 100644 index 0000000..b92eab2 --- /dev/null +++ b/frontend/config.tsx @@ -0,0 +1,5 @@ +export const paths = { + pfps:'', + category_thumbnails:'', + icons:'' + }; \ No newline at end of file diff --git a/frontend/public/images/pfp/monkey.png b/frontend/public/images/pfps/monkey.png similarity index 100% rename from frontend/public/images/pfp/monkey.png rename to frontend/public/images/pfps/monkey.png