- Created general layout for pages with title as prop. - Added favicon - Added header and footer to the layout
14 lines
245 B
JSON
14 lines
245 B
JSON
{
|
|
"name": "naliia-website",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"astro": "^5.17.1"
|
|
}
|
|
} |