We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2801235 commit c719a52Copy full SHA for c719a52
1 file changed
nuxt.config.ts
@@ -32,6 +32,10 @@ export default defineNuxtConfig({
32
33
css: ['~/assets/main.css', 'vue-data-ui/style.css'],
34
35
+ unocss: {
36
+ mode: "dist-chunk",
37
+ },
38
+
39
runtimeConfig: {
40
sessionPassword: '',
41
// Upstash Redis for distributed OAuth token refresh locking in production
0 commit comments