diff --git a/components/actors/tile.vue b/components/actors/tile.vue index de162ca..acb869b 100644 --- a/components/actors/tile.vue +++ b/components/actors/tile.vue @@ -19,6 +19,13 @@ loading="lazy" class="avatar" > + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/public/img/avatars/male.png b/public/img/avatars/male.png new file mode 100755 index 0000000..a52a244 Binary files /dev/null and b/public/img/avatars/male.png differ diff --git a/public/img/avatars/male.svg b/public/img/avatars/male.svg new file mode 100755 index 0000000..ab86d88 --- /dev/null +++ b/public/img/avatars/male.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/public/img/avatars/male2.svg b/public/img/avatars/male2.svg new file mode 100755 index 0000000..d0ecd0d --- /dev/null +++ b/public/img/avatars/male2.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/public/img/avatars/transsexual.svg b/public/img/avatars/transsexual.svg new file mode 100755 index 0000000..0ddda9e --- /dev/null +++ b/public/img/avatars/transsexual.svg @@ -0,0 +1,65 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/vite.config.js b/vite.config.js index e168955..4bf5d1e 100644 --- a/vite.config.js +++ b/vite.config.js @@ -7,7 +7,14 @@ import postCssCustomMedia from 'postcss-custom-media'; export default { plugins: [ - vue(), + vue({ + template: { + transformAssetUrls: { + base: null, + includeAbsolute: false, + }, + }, + }), vike({ redirects: { '/': '/updates',