2b346d7a4c
* Add example blog * Add author data * Improve navigation * Style nav * Add friendly error message * Throw error if import glob used for non-Markdown files * Use import.meta.collection() API instead * README fixes
9 lines
128 B
JSON
9 lines
128 B
JSON
{
|
|
"scripts": {
|
|
"build": "astro build",
|
|
"start": "astro dev"
|
|
},
|
|
"dependencies": {
|
|
"astro": "file:../../"
|
|
}
|
|
}
|