re-add astro navbar
This commit is contained in:
16
package.json
16
package.json
@@ -11,20 +11,20 @@
|
||||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/image": "^0.11.0",
|
||||
"@astrojs/mdx": "^0.11.5",
|
||||
"@astrojs/image": "^0.11.6",
|
||||
"@astrojs/mdx": "^0.11.6",
|
||||
"@astrojs/sitemap": "^1.0.0",
|
||||
"@astrojs/tailwind": "^2.1.1",
|
||||
"@astrojs/tailwind": "^2.1.3",
|
||||
"@fontsource/inter": "^4.5.14",
|
||||
"astro": "^1.6.0",
|
||||
"astro": "^1.9.0",
|
||||
"astro-feather-icons": "^1.0.2",
|
||||
"astro-icon": "^0.8.0",
|
||||
"astro-navbar": "^1.0.1",
|
||||
"astro-seo": "^0.6.0",
|
||||
"tailwindcss": "^3.0.24"
|
||||
"astro-navbar": "^1.1.5",
|
||||
"astro-seo": "^0.6.1",
|
||||
"tailwindcss": "^3.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/typography": "^0.5.7",
|
||||
"@tailwindcss/typography": "^0.5.8",
|
||||
"sharp": "^0.31.3"
|
||||
}
|
||||
}
|
||||
1159
pnpm-lock.yaml
generated
1159
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -3,7 +3,6 @@ import { SEO } from "astro-seo";
|
||||
import Footer from "@components/footer.astro";
|
||||
import Navbar from "@components/navbar/navbar.astro";
|
||||
import "@fontsource/inter/variable.css";
|
||||
import { log } from "astro/dist/core/logger/core";
|
||||
|
||||
export interface Props {
|
||||
title: string;
|
||||
|
||||
Reference in New Issue
Block a user