WaspW
Wasp10mo ago
xbp

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' />", ],
Was this page helpful?