Skip to content
This repository was archived by the owner on Jan 6, 2026. It is now read-only.

Commit e22140b

Browse files
authored
Fix page title
1 parent f0e46e1 commit e22140b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

observablehq.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const providerPaths = result.map((provider) => `/provider/${provider.miner_id}`)
1212
// See https://observablehq.com/framework/config for documentation.
1313
export default {
1414
// The app’s title; used in the sidebar and webpage titles.
15-
title: 'spark-dash',
15+
title: 'Spark Dashboard',
1616

1717
// The pages and sections in the sidebar. If you don’t specify this option,
1818
// all pages will be listed in alphabetical order. Listing pages explicitly

0 commit comments

Comments
 (0)