Upgrade to astro 2.9.7
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import { SEO } from "astro-seo";
|
||||
import Footer from "@components/footer.astro";
|
||||
import Navbar from "@components/navbar/navbar.astro";
|
||||
import "@fontsource/inter/variable.css";
|
||||
import "@fontsource-variable/inter/index.css";
|
||||
|
||||
export interface Props {
|
||||
title: string;
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
import Container from "@components/container.astro";
|
||||
import Cta from "@components/cta.astro";
|
||||
import Features from "@components/features.astro";
|
||||
import Footer from "@components/footer.astro";
|
||||
import Hero from "@components/hero.astro";
|
||||
import Logos from "@components/logos.astro";
|
||||
import Layout from "@layouts/Layout.astro";
|
||||
|
||||
Reference in New Issue
Block a user