Skip to content

Commit fbb8ef7

Browse files
authored
Fix page title (#26)
1 parent f0e46e1 commit fbb8ef7

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)