Fixes
This commit is contained in:
@ -15,7 +15,6 @@ export default defineConfig({
|
||||
output: "static",
|
||||
image: {
|
||||
service: sharpImageService(),
|
||||
domains: [ "vzge.me" ]
|
||||
},
|
||||
compressHTML: true,
|
||||
site: "https://steamwar.de",
|
||||
|
||||
@ -168,7 +168,7 @@ const prefixColorMap: {
|
||||
<Card extraClasses={`pt-8 pb-10 px-8 w-fit shadow-md ${prefixColorMap[prefix]}`} client:idle>
|
||||
<figure class="flex flex-col items-center" style="width: 150px">
|
||||
<figcaption class="text-center mb-4 text-2xl">{v.name}</figcaption>
|
||||
<Image src={`https://vzge.me/bust/150/${v.uuid}`}
|
||||
<Image src={`${import.meta.env.PUBLIC_API_SERVER}/data/skin/${v.uuid}`}
|
||||
class="transition duration-300 ease-in-out hover:scale-110 hover:backdrop-blur-lg hover:drop-shadow-2xl"
|
||||
alt={v.name + "s bust"} width="150" height="150"/>
|
||||
</figure>
|
||||
|
||||
Reference in New Issue
Block a user