astro/examples/blog/package.json
Drew Powers 2b346d7a4c
Blog Support 1/3: Data fetching (#62)
* 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
2021-04-06 15:54:55 -06:00

9 lines
128 B
JSON

{
"scripts": {
"build": "astro build",
"start": "astro dev"
},
"dependencies": {
"astro": "file:../../"
}
}