Skip to content

Commit

Permalink
Update global.vars.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Jun 25, 2022
1 parent 189eed1 commit 2d784f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/global.vars.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const __dirname = desm(import.meta.url)

export default async () => {
return {
siteName: 'breadcrum.net',
siteName: '🥖 Breadcrum',
disableRegistration: true,
version: JSON.parse(await readFile(new URL(join(__dirname, '../package.json'), import.meta.url))).version
}
Expand Down

0 comments on commit 2d784f8

Please sign in to comment.