Fix image links by removing /public
All checks were successful
Static / build (push) Successful in 1m43s
All checks were successful
Static / build (push) Successful in 1m43s
This commit is contained in:
parent
4211e09e0f
commit
e9c9ea066f
1 changed files with 7 additions and 7 deletions
|
@ -14,9 +14,9 @@
|
|||
--accent-1: #d182ff;
|
||||
--accent-2: #eb53d3;
|
||||
--content-spacing: 5px;
|
||||
--background-img: url("/public/@brooke/bg.jpg");
|
||||
--banner: url("/public/@brooke/fractal.gif");
|
||||
--titleBars: url("/public/@brooke/title-bar.jpg");
|
||||
--background-img: url("/@brooke/bg.jpg");
|
||||
--banner: url("/@brooke/fractal.gif");
|
||||
--titleBars: url("/@brooke/title-bar.jpg");
|
||||
--text-color: white;
|
||||
--link-color: var(--accent-1);
|
||||
--border: 1px solid black;
|
||||
|
@ -122,26 +122,26 @@
|
|||
/>
|
||||
</a>
|
||||
<img
|
||||
src="/public/@brooke/trans.png"
|
||||
src="/@brooke/trans.png"
|
||||
height="32"
|
||||
width="auto"
|
||||
alt="A trans flag."
|
||||
/>
|
||||
<img
|
||||
src="/public/@brooke/piracy.gif"
|
||||
src="/@brooke/piracy.gif"
|
||||
height="32"
|
||||
width="auto"
|
||||
alt="A piracy flag."
|
||||
/>
|
||||
<img
|
||||
src="/public/@brooke/acab.gif"
|
||||
src="/@brooke/acab.gif"
|
||||
height="32"
|
||||
width="auto"
|
||||
alt="All Cops Are Bastards."
|
||||
/>
|
||||
<a target="_blank" href="https://besties.house/"
|
||||
><img
|
||||
src="/public/@brooke/besties.gif"
|
||||
src="/@brooke/besties.gif"
|
||||
height="32"
|
||||
width="auto"
|
||||
alt="Besties.house, first unionised group chat."
|
||||
|
|
Loading…
Add table
Reference in a new issue