diff --git a/src/image/avatar.gif b/src/image/avatar.gif new file mode 100644 index 0000000..c3bfce4 Binary files /dev/null and b/src/image/avatar.gif differ diff --git a/src/layout/root.astro b/src/layout/root.astro index 24ae515..dc0d09e 100644 --- a/src/layout/root.astro +++ b/src/layout/root.astro @@ -1,6 +1,6 @@ --- const { title } = Astro.props; -import '../style/ibm-plex-sans-default.css' +import "../style/ibm-plex-sans-default.css"; --- @@ -12,6 +12,12 @@ import '../style/ibm-plex-sans-default.css'