Skip to content

Commit

Permalink
fix: site name formatting (#156)
Browse files Browse the repository at this point in the history
# Description

Fix the formatting of the site name that is displayed on browser tabs.
  • Loading branch information
itsacoyote authored Jul 5, 2024
1 parent 0e6a8fc commit b486606
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
*/
export default defineAppConfig({
seo: {
siteName: 'ZKsyncDocs',
siteName: 'ZKsync Docs',
},
});
Binary file modified bun.lockb
Binary file not shown.

0 comments on commit b486606

Please sign in to comment.