about, contact, blog

This commit is contained in:
Surjith S M
2022-11-07 22:01:03 +05:30
parent 7e64dc87e6
commit d40120e7a8
17 changed files with 950 additions and 80 deletions

View File

@@ -1,5 +1,6 @@
---
import { getImage } from "@astrojs/image";
// import { getImage } from "@astrojs/image";
import Footer from "@components/footer.astro";
import Navbar from "@components/navbar/navbar.astro";
import "@fontsource/inter/variable.css";
@@ -31,6 +32,7 @@ const { title } = Astro.props;
<body>
<Navbar />
<slot />
<Footer />
<style is:global>
/* Improve Page speed */
/* https://css-tricks.com/almanac/properties/c/content-visibility/ */