Skip to content

Commit

Permalink
chore(deps): regular dependency update (#2022)
Browse files Browse the repository at this point in the history
  • Loading branch information
MilosPaunovic authored Dec 11, 2024
1 parent 0fcadca commit 1587e76
Show file tree
Hide file tree
Showing 3 changed files with 1,921 additions and 2,148 deletions.
5 changes: 4 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
import * as sass from "sass"

const DEFAULT_KESTRA_API_URL = 'https://api.kestra.io/v1';

export default defineNuxtConfig({
modules: ['@nuxt/devtools', '@nuxt/content', '@nuxt/image', '@nuxtjs/sitemap', 'nuxt-gtag', 'nuxt-multi-cache', 'vue3-carousel-nuxt', 'nuxt-lazy-hydrate', '@nuxtjs/robots', 'nuxt-aos'],
target: 'server',
Expand Down Expand Up @@ -150,7 +153,7 @@ export default defineNuxtConfig({
preprocessorOptions: {
scss: {
api: 'modern',
silenceDeprecations: ['mixed-decls', 'color-functions'],
logger: sass.Logger.silent
},
},
},
Expand Down
Loading

0 comments on commit 1587e76

Please sign in to comment.