Upgrade to astro 2.9.7
This commit is contained in:
@@ -4,6 +4,7 @@ import image from "@astrojs/image";
|
||||
import mdx from "@astrojs/mdx";
|
||||
import sitemap from "@astrojs/sitemap";
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
site: "https://astroship.web3templates.com",
|
||||
integrations: [
|
||||
|
||||
25
package.json
25
package.json
@@ -11,20 +11,17 @@
|
||||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/image": "^0.14.1",
|
||||
"@astrojs/mdx": "^0.16.0",
|
||||
"@astrojs/sitemap": "^1.0.1",
|
||||
"@astrojs/tailwind": "^3.0.1",
|
||||
"@fontsource/inter": "^4.5.15",
|
||||
"astro": "^2.0.11",
|
||||
"astro-feather-icons": "^1.0.2",
|
||||
"astro-icon": "^0.8.0",
|
||||
"astro-navbar": "^1.1.5",
|
||||
"astro-seo": "^0.7.0",
|
||||
"tailwindcss": "^3.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/image": "^0.17.2",
|
||||
"@astrojs/mdx": "^0.19.7",
|
||||
"@astrojs/sitemap": "^2.0.1",
|
||||
"@astrojs/tailwind": "^4.0.0",
|
||||
"@fontsource-variable/inter": "^5.0.5",
|
||||
"@tailwindcss/typography": "^0.5.9",
|
||||
"sharp": "^0.31.3"
|
||||
"astro": "^2.9.7",
|
||||
"astro-icon": "^0.8.1",
|
||||
"astro-navbar": "^2.0.1",
|
||||
"astro-seo": "^0.7.5",
|
||||
"sharp": "^0.32.4",
|
||||
"tailwindcss": "^3.0.24"
|
||||
}
|
||||
}
|
||||
|
||||
3754
pnpm-lock.yaml
generated
3754
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -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";
|
||||
|
||||
@@ -5,7 +5,7 @@ module.exports = {
|
||||
theme: {
|
||||
extend: {
|
||||
fontFamily: {
|
||||
sans: ["InterVariable", "Inter", ...defaultTheme.fontFamily.sans],
|
||||
sans: ["Inter Variable", "Inter", ...defaultTheme.fontFamily.sans],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user