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
687ff5bacd
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 21:54:55 +00:00
{
"scripts"
:
{
cleanup landing page, and small fix
2021-04-10 20:00:50 +00: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 21:54:55 +00:00
}
}
Reference in a new issue
Copy permalink