Skip to content

Commit

Permalink
chore(deps): update most deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Jan 30, 2025
1 parent 82e2043 commit 68359f9
Show file tree
Hide file tree
Showing 3 changed files with 4,700 additions and 5,979 deletions.
8 changes: 8 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,14 @@ export default defineNuxtConfig({
routes: ['/rss.xml']
},
},
$production: {
nitro: {
// !Important: we only want to enable the wasm feature in production since it will break syntax highlighting when running the dev server
experimental: {
wasm: true,
},
},
},

routeRules: {
'/slack': {redirect: `${DEFAULT_KESTRA_API_URL}/communities/slack/redirect`},
Expand Down
Loading

0 comments on commit 68359f9

Please sign in to comment.