Merge pull request #29 from ITN-Mines-Paris/main
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 mdx from "@astrojs/mdx";
|
||||||
import sitemap from "@astrojs/sitemap";
|
import sitemap from "@astrojs/sitemap";
|
||||||
|
|
||||||
|
// https://astro.build/config
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
site: "https://astroship.web3templates.com",
|
site: "https://astroship.web3templates.com",
|
||||||
integrations: [
|
integrations: [
|
||||||
|
|||||||
25
package.json
25
package.json
@@ -11,20 +11,17 @@
|
|||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/image": "^0.14.1",
|
"@astrojs/image": "^0.17.2",
|
||||||
"@astrojs/mdx": "^0.16.0",
|
"@astrojs/mdx": "^0.19.7",
|
||||||
"@astrojs/sitemap": "^1.0.1",
|
"@astrojs/sitemap": "^2.0.1",
|
||||||
"@astrojs/tailwind": "^3.0.1",
|
"@astrojs/tailwind": "^4.0.0",
|
||||||
"@fontsource/inter": "^4.5.15",
|
"@fontsource-variable/inter": "^5.0.5",
|
||||||
"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": {
|
|
||||||
"@tailwindcss/typography": "^0.5.9",
|
"@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 { SEO } from "astro-seo";
|
||||||
import Footer from "@components/footer.astro";
|
import Footer from "@components/footer.astro";
|
||||||
import Navbar from "@components/navbar/navbar.astro";
|
import Navbar from "@components/navbar/navbar.astro";
|
||||||
import "@fontsource/inter/variable.css";
|
import "@fontsource-variable/inter/index.css";
|
||||||
|
|
||||||
export interface Props {
|
export interface Props {
|
||||||
title: string;
|
title: string;
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
import Container from "@components/container.astro";
|
import Container from "@components/container.astro";
|
||||||
import Cta from "@components/cta.astro";
|
import Cta from "@components/cta.astro";
|
||||||
import Features from "@components/features.astro";
|
import Features from "@components/features.astro";
|
||||||
import Footer from "@components/footer.astro";
|
|
||||||
import Hero from "@components/hero.astro";
|
import Hero from "@components/hero.astro";
|
||||||
import Logos from "@components/logos.astro";
|
import Logos from "@components/logos.astro";
|
||||||
import Layout from "@layouts/Layout.astro";
|
import Layout from "@layouts/Layout.astro";
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ module.exports = {
|
|||||||
theme: {
|
theme: {
|
||||||
extend: {
|
extend: {
|
||||||
fontFamily: {
|
fontFamily: {
|
||||||
sans: ["InterVariable", "Inter", ...defaultTheme.fontFamily.sans],
|
sans: ["Inter Variable", "Inter", ...defaultTheme.fontFamily.sans],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user