Files
Naliia_website/.vscode/launch.json
Juan Diego Moreno Upegui 9ea8c2a156 - Cleaned project's folders and files.
- Created general layout for pages with title as prop.
- Added favicon
- Added header and footer to the layout
2026-01-29 13:09:34 -05:00

12 lines
207 B
JSON

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