diff options
| author | Kenimarru <[email protected]> | 2024-01-06 16:12:26 +0100 |
|---|---|---|
| committer | Kenimarru <[email protected]> | 2024-01-06 16:12:26 +0100 |
| commit | 0e47ad92aa30c0076fbf97fb047eaeec264026c1 (patch) | |
| tree | 0d1e79cb3ed02850e0de51e9c0cbd295fb39aab7 /nuxt.config.ts | |
| parent | v0.2.0 (diff) | |
| download | hiruku-0e47ad92aa30c0076fbf97fb047eaeec264026c1.tar.xz hiruku-0e47ad92aa30c0076fbf97fb047eaeec264026c1.zip | |
v0.2.1
Diffstat (limited to 'nuxt.config.ts')
| -rw-r--r-- | nuxt.config.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nuxt.config.ts b/nuxt.config.ts index 896dbac..5df5281 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -1,7 +1,7 @@ export default defineNuxtConfig({ modules: ["@nuxtjs/tailwindcss", "@nuxt/image", "@nuxtjs/google-fonts", "nuxt-icon"], - devtools: { enabled: false }, - tailwindcss: { viewer: false, cssPath: "./assets/css/tailwind.scss" }, + devtools: { enabled: true }, + tailwindcss: { viewer: false }, googleFonts: { families: { Outfit: [400, 500, 600, 700], |