diff options
Diffstat (limited to 'examples/blog/README.md')
-rw-r--r-- | examples/blog/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/blog/README.md b/examples/blog/README.md index 2cc988b7e..f1894ad62 100644 --- a/examples/blog/README.md +++ b/examples/blog/README.md @@ -20,4 +20,4 @@ Preview at `http://localhost:3000` npm build ``` -Will output static site at `./_site` +Will output static site at `./dist` |