Skip to content

Commit 591f8a7

Browse files
authored
remove deploy section from config template (#678)
1 parent 6597250 commit 591f8a7

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

templates/empty/observablehq.config.ts.tmpl

+1-10
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,7 @@ export default {
1414
// {name: "Report", path: "/example-report"}
1515
// ]
1616
// }
17-
// ]
18-
19-
// How to deploy to the Observable Cloud. Replace the workspace field below to
20-
// point to your Observable workspace (the part after the “@”), and set the
21-
// project field to your project’s desired slug. If you haven’t deployed this
22-
// project before, one will be created automatically on deploy.
23-
// deploy: {
24-
// workspace: "my-observablehq-workspace",
25-
// project: "my-project-slug"
26-
// },
17+
// ],
2718

2819
// Some additional configuration options and their defaults:
2920
// theme: "default", // try "light", "dark", "slate", etc.

0 commit comments

Comments
 (0)