generated from Fascinated/nextjs-13-template-with-tailwindcss
Background - Local Image #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello,
First of all thank you for the development, it works very well and it will be very useful to list my applications to my users :)
Is it possible to use a "local" image that would be stored in the same place as the config.json?
Thanks in advance!
I'm not too sure what you mean by a "local" image next to the config.json, but if you wish to locally build the image to the machine, you can check out the docker-compose.yml file and there is a commented out section to do just that.
<3
Sorry I wasn't clear enough, I was talking about the image in the config.js (background, avatar, etc). I'd like to do something like :
"avatar": "./img/toto.png"
Ah, my bad. If you go to here and you will see a new volume add that and then go to your config and update the paths to the images
"avatar": "/avatar.png"
and the same for the background. I hope you find this helpful, if you have any more questions please feel free to ask!It works perfectly, thank you!
Sorry, I should have read the dock-compose better ;)
I just added it to the docker compose, no worries! I'm glad it works:)