Skip to content

Commit ea16a0f

Browse files
authored
Merge pull request #6 from baditaflorin/codex/breadcrumb-baseline-rebased
feat: configure breadcrumbs disabled by default
2 parents ef040c8 + 4d63df5 commit ea16a0f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { createMeshConfig } from "@baditaflorin/mesh-common";
22

33
export const config = createMeshConfig({
44
appName: "mesh-caption-clash",
5+
breadcrumbs: false,
56
description: "A shared caption contest with one entry and independent votes per peer.",
67
accentHex: "#db2777",
78
version: __APP_VERSION__,

0 commit comments

Comments
 (0)