Initial commit from Astro

This commit is contained in:
houston[bot]
2025-01-24 23:58:51 +01:00
committed by Bethlenfalvi, Lorinc (ext)
commit d154e5b725
36 changed files with 7108 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "www-lbfalvy-com",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.0.7",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"astro": "^5.1.9"
}
}