diff --git a/tailwind.config.js b/tailwind.config.js index 82945ac9..82ede74f 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -39,4 +39,5 @@ module.exports = { ], }), ], + safelist: ["theme-dark"], }; diff --git a/vite.config.ts b/vite.config.ts index d6881370..e1f7b541 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -57,6 +57,7 @@ export default ({ mode }: { mode: string }) => { description: "Web Client For Halo", theme_color: "#fff", }, + disable: true, }), ], resolve: {