Skip to content

Commit

Permalink
chore: update nuxt.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
KeJunMao committed Apr 13, 2023
1 parent 2183d10 commit 99cd205
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ import { defineNuxtConfig } from "nuxt/config";

export default defineNuxtConfig({
app: {
pageTransition: { name: 'page', mode: 'out-in' }
pageTransition: { name: "page", mode: "out-in" },
},
modules: ["@unocss/nuxt", "@nuxtjs/color-mode"],
css: ["@unocss/reset/tailwind.css"],
colorMode: {
classSuffix: "",
storageKey: "uni-helper-color-mode"
},
});

0 comments on commit 99cd205

Please sign in to comment.