Skip to content

Commit

Permalink
Update nuxt.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
zackha committed Feb 8, 2025
1 parent 82f8b40 commit 838b90a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ export default defineNuxtConfig({
hub: {
database: true,
},
colorMode: {
preference: 'dark',
},
runtimeConfig: {
public: {
version: pkg.version,
},
},
});
});

0 comments on commit 838b90a

Please sign in to comment.