Skip to content

Commit

Permalink
Temporarily disable nuxt/image
Browse files Browse the repository at this point in the history
Had to disable `nuxt/image` due to something with Vercel image provider (nuxt/image#565 (comment))
  • Loading branch information
Kerby Keith Aquino committed Jul 12, 2022
1 parent 3068739 commit e3c1746
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 21 deletions.
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default defineNuxtConfig({
"@nuxtjs/tailwindcss",
"@nuxtjs/strapi",
"@nuxtjs/color-mode",
"@nuxt/image-edge",
// "@nuxt/image-edge",
],
typescript: {
shim: false,
Expand Down
32 changes: 12 additions & 20 deletions pages/fursona.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
<client-only>
<div id="hero-fursona">
<figure id="art-credit">
<nuxt-img
<img
src="/static/fursonas/comms/JAKEmegaSNAKE.png"
alt="skepfusky, drawn by JAKEmegaSNAKE on Discord"
format="webp"
/>
<figcaption>
Drawn by
Expand All @@ -15,10 +14,9 @@
</figcaption>
</figure>
<figure id="art-credit-root">
<nuxt-img
<img
src="/static/fursonas/comms/comm_for_davey_g2_catastrophe.jpg"
alt="skepfusky drawn by catastrophe#6282 on Discord"
format="webp"
/>
<figcaption>
Drawn by
Expand All @@ -27,10 +25,9 @@
</figcaption>
</figure>
<figure id="art-credit">
<nuxt-img
<img
src="/static/fursonas/07.png"
alt="skepfusky, drawn by @skepfuskyjs"
format="webp"
/>
<figcaption>
Drawn by
Expand Down Expand Up @@ -63,7 +60,7 @@
</p>
<div id="figure-container">
<figure>
<nuxt-img format="webp" src="/static/fursonas/skep-early-2019.png" />
<img src="/static/fursonas/skep-early-2019.png" />
<figcaption>
A very and awful early head <br />design drawn from Photoshop in
2019.
Expand All @@ -84,13 +81,13 @@
</p>
<div id="figure-container">
<figure>
<nuxt-img format="webp" src="/static/fursonas/01.jpg" />
<img src="/static/fursonas/01.jpg" />
<figcaption>Crude mspaint headshot drawn in 2020</figcaption>
</figure>
</div>
<div id="figure-container">
<figure>
<nuxt-img format="webp" src="/static/fursonas/skep-ref-2020.png" style="width: 520px" />
<img src="/static/fursonas/skep-ref-2020.png" style="width: 520px" />
<figcaption>
Initial design in 2020, inspired from the colors from BTS' studio
album
Expand Down Expand Up @@ -121,7 +118,7 @@
</p>
<div id="figure-container">
<figure>
<nuxt-img format="webp" src="/static/fursonas/skep-ref-2022.png" style="width: 520px" />
<img src="/static/fursonas/skep-ref-2022.png" style="width: 520px" />
<figcaption>5th and final revision with yellow-ish eyes</figcaption>
</figure>
</div>
Expand Down Expand Up @@ -183,8 +180,7 @@
<client-only>
<div id="figure-container">
<figure>
<nuxt-img
format="webp"
<img
src="/static/fursonas/comms/comm_for_davey_g2_catastrophe.jpg"
alt="skepfusky drawn by catastrophe#6282 on Discord"
style="width: 14rem"
Expand All @@ -194,8 +190,7 @@
</figcaption>
</figure>
<figure>
<nuxt-img
format="webp"
<img
src="/static/fursonas/comms/JAKEmegaSNAKE.png"
alt="Drawn by JAKEmegaSNAKE on Discord"
/>
Expand All @@ -204,8 +199,7 @@
</figcaption>
</figure>
<figure>
<nuxt-img
format="webp"
<img
src="/static/fursonas/comms/jake_2022.png"
alt="Drawn by JAKEmegaSNAKE on Discord"
style="width: 26.8rem"
Expand All @@ -217,8 +211,7 @@
</div>
<div id="figure-container">
<figure>
<nuxt-img
format="webp"
<img
src="/static/fursonas/comms/ZAMBOY_orig.png"
alt="Drawn by ZAMBOYYT on Discord"
style="width: 23.8rem"
Expand All @@ -228,8 +221,7 @@
</figcaption>
</figure>
<figure>
<nuxt-img
format="webp"
<img
src="/static/fursonas/comms/JakeJune.png"
alt="Drawn by JAKEmegaSNAKE on Discord"
style="width: 15rem"
Expand Down

0 comments on commit e3c1746

Please sign in to comment.