···11-<img src="static/logo.png" alt="The Bluroma logo, containing three rectangles with one rounded corner each shaped to look like an uppercase B and the Bluroma name written in the Convection font beside it." width="200">
11+<img src="static/media/logo.png" alt="The Bluroma logo, containing three rectangles with one rounded corner each shaped to look like an uppercase B and the Bluroma name written in the Convection font beside it." width="200">
2233## About
44
···11import { Component } from "solid-js";
22import "../styles/main.scss";
33-import typefaceLogo from "/logo.png?url";
44-import blueskyLogo from "/bluesky.svg?url";
55-import tangledLogo from "/tangled.svg?url";
33+import typefaceLogo from "/media/logo.png?url";
44+import blueskyLogo from "/media/bluesky.svg?url";
55+import tangledLogo from "/media/tangled.svg?url";
66import Container from "../components/container";
77import { Login, loginState } from "../components/login";
88