diff options
Diffstat (limited to 'examples/blog')
-rw-r--r-- | examples/blog/package.json | 7 | ||||
-rw-r--r-- | examples/blog/sandbox.config.json | 20 |
2 files changed, 15 insertions, 12 deletions
diff --git a/examples/blog/package.json b/examples/blog/package.json index d6adae7a3..ad109e30b 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -3,7 +3,11 @@ "version": "0.0.1", "private": true, "description": "Blog Site built using Astro. Use this Template to setup your own Blog", - "keywords": ["create-astro","template","astro"], + "keywords": [ + "create-astro", + "template", + "astro" + ], "repository": { "directory": "/examples/blog", "type": "github", @@ -21,5 +25,4 @@ "snowpack": { "workspaceRoot": "../.." } - } diff --git a/examples/blog/sandbox.config.json b/examples/blog/sandbox.config.json index 1027d5e6c..9178af77d 100644 --- a/examples/blog/sandbox.config.json +++ b/examples/blog/sandbox.config.json @@ -1,11 +1,11 @@ { - "infiniteLoopProtection": true, - "hardReloadOnChange": false, - "view": "browser", - "template": "node", - "container": { - "port": 3000, - "startScript": "start", - "node": "14" - } -}
\ No newline at end of file + "infiniteLoopProtection": true, + "hardReloadOnChange": false, + "view": "browser", + "template": "node", + "container": { + "port": 3000, + "startScript": "start", + "node": "14" + } +} |