This website requires JavaScript.
Explore
Help
Sign in
michael
/
astro
Watch
1
Star
0
Fork
You've already forked astro
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
4e7ae2075d
astro
/
examples
/
blog
/
package.json
7 lines
96 B
JSON
Raw
Normal View
History
Unescape
Escape
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
{
"scripts"
:
{
cleanup landing page, and small fix
2021-04-10 13:00:50 -07:00
"build"
:
"../../astro.mjs build"
,
"start"
:
"../../astro.mjs dev"
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
}
}
Reference in a new issue
Copy permalink