xbp
WWasp
•Created by xbp on 3/20/2025 in #đŸ™‹questions
static image reference in main.wasp
how do i reference static images in main.wasp?
I want to populate the head property with some meta tags, that reference an image i have stored in app/src/client/static.
i tried the below approach, but this did not work
head: [
"<meta property='og:url' content='https://myapp.com/assets/image.png' />",
],
7 replies