diff --git a/tailwind.config.js b/tailwind.config.js index 82945ac9f..82ede74f4 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 d68813705..e1f7b5419 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: {