Question about Static
Hi Guys,
Really enjoying Static and exploring all it has to offer.
I do, as always, have a really dumb question. I am trying to change the logo of the Stone theme to my own logo.
Here is what I have changed in the header.html under includes>header.html
<div class="flex">
<a href="/" class="rounded-md focus-visible:outline-primary-950 dark:group-focus-visible:outline-primary-200 focus-visible:outline focus-visible:outline-2">
<img class="w-auto h-8" width="65" height="40" :src="$store.theme.isDark ? '/assets/images/brm-white.svg' : '/assets/images/brm-black.svg'" alt="Stone" />
</a>
</div>
The problem is that this does not work and I get 404 not found in the console.
What is the process here?
Hey Brian,
Hope you had a nice weekend!
Thank you for reporting that! We'll look into this and see if we could replicate this and possibly improve the user experience!
Let us know if anything else pops up!