re-add astro navbar

This commit is contained in:
Surjith S M
2023-01-04 14:43:40 +05:30
parent 244d9ec84e
commit fa8e040690
3 changed files with 500 additions and 676 deletions

View File

@@ -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"
}
}