PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Unsolved

Wave won't load images when imported

chrisblakelive

Nov 14th, 2021 05:09 PM

I have a slight issue with Wave when i import images ( .png, or .svg ) they simply do not load or show on the website. I'm thinking maybe to change the code will help, but I'm not entirely sure. Does anyone know a solution?

bobbyiliev

Nov 15th, 2021 04:56 AM

Hello,

There are two things that you might have to do:

  • Make sure that your APP_URL is set to exactly match the domain name that you are using.
  • Make sure that you've created the storage link:
php artisan storage:link 

Let me know how it goes!

Best,

Bobby