Applied NuxtImg to pages and components

This commit is contained in:
2024-12-07 23:29:20 +09:00
parent 3ddcf5fa5e
commit e821b258c3
13 changed files with 264 additions and 170 deletions

View File

@@ -13,7 +13,7 @@ useSeoMeta(
<PankuzuList current-page-name="Rocket開発チーム" />
<main>
<section>
<img
<NuxtImg
src="/images/rocket_top.jpg"
alt="Rocket top image"
class="float-left"
@@ -29,7 +29,7 @@ useSeoMeta(
<section>
<h2>モデルロケットとは</h2>
<img
<NuxtImg
src="/images/rocket/alpha3.jpg"
alt="Alpha III"
class="float-right"
@@ -57,7 +57,7 @@ useSeoMeta(
<section>
<h2>Rocket開発チームの活動</h2>
<img
<NuxtImg
src="/images/rocket/rocket_02.jpg"
alt="2 staged rocket"
class="float-left"