Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit b953159

Browse files
Fix markdown
1 parent 8846b09 commit b953159

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/get-started/set-up-your-static-site-generator-site.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ Create a file named `disco.json` at the root of your repository. The `disco.json
9999
"publicPath": "dist"
100100
}
101101
}
102-
}```
102+
}
103+
```
103104

104105
The name `web` is a magic name. When disco sees it, it knows that it's the one to use to expose to the internet, create a TLS certificate for HTTPS, etc.
105106

0 commit comments

Comments
 (0)