Hi everyone,
I’m just posting this to help anyone who might be stuck on uploading images such as logos or any other assets. What you need to do is:
Go to your code editor.
Create a folder (for example, named public).
Drag and drop your images into that folder.
From there, you should be able to call or import them easily in your code.
dms
July 24, 2025, 5:06pm
3
Thanks @Perwriters ,
If anyone is working on a NextJS project, it’s recommended to create a folder called public inside the root directory. Images here can be identified and used by the model in Firebase Studio.
More information on Static Assets in NextJS .
Hi Newbie, here, created a file publicimages, how do i add the filename to the app bypassing the unsplash default please?
don’t name it publicimages just name it public and when calling the images just ./banner.png or what ever you named your image
Incase you need a hand shoot me a DM