f318a6bdaf
Move and restructure BaseLayout to src/layouts with SEO meta tags Add 404 page with accessibility improvements Restructure pages to src/pages
17 lines
316 B
JSON
17 lines
316 B
JSON
{
|
|
"name": "cozy-den",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro check && astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"astro": "^4.16.18",
|
|
"@astrojs/sitemap": "^3.2.2"
|
|
}
|
|
}
|