added initial blog tryings

This commit is contained in:
Philipp Neumann
2025-05-17 20:39:14 +02:00
parent baf178afc5
commit dc1b552ac1
36 changed files with 2252 additions and 0 deletions

11
apps/blog/.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,11 @@
{
"version": "0.2.0",
"configurations": [
{
"command": "./node_modules/.bin/astro dev",
"name": "Development server",
"request": "launch",
"type": "node-terminal"
}
]
}