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