summaryrefslogtreecommitdiff
path: root/examples/blog
diff options
context:
space:
mode:
authorGravatar FredKSchott <FredKSchott@users.noreply.github.com> 2021-09-06 08:25:23 +0000
committerGravatar GitHub Actions <actions@github.com> 2021-09-06 08:25:23 +0000
commitb4d1c9bc64f14971339a691f5d860e5a952f6e8b (patch)
tree2a5a1107e9df1bba1442eda3f0c42298273493fc /examples/blog
parent6185f9f7b15908b48f9ae2e1d532634f5b59c9f9 (diff)
downloadastro-b4d1c9bc64f14971339a691f5d860e5a952f6e8b.tar.gz
astro-b4d1c9bc64f14971339a691f5d860e5a952f6e8b.tar.zst
astro-b4d1c9bc64f14971339a691f5d860e5a952f6e8b.zip
[ci] yarn format
Diffstat (limited to 'examples/blog')
-rw-r--r--examples/blog/package.json7
-rw-r--r--examples/blog/sandbox.config.json20
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"
+ }
+}