astroのi18nルーティング使用時のindexファイルパスについて 2024-09-14Blog astroのi18nルーティング使用時のindexファイルパスについて astroのi18nで複数言語仕様にしたあと、npx astro devをしたとき
Astro.jsでanime.js使うときの注意点メモ 2023-09-12Blog anime.jsファイルは*.astroの本文内で、スクリプトと一緒に読み込む必要がある。 <script> import anime from 'animejs/lib/anime.es.js'; // ここにanime.jsのスクリプト書く