Skip to content

Commit

Permalink
fix: update version to 0.1.1 and disable feature in nuxt.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAnyx committed Jan 26, 2025
1 parent 16c5dd2 commit 9c6a4fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export default defineNuxtConfig({
host: process.env.UMAMI_HOST,
autoTrack: true,
logErrors: true,
enabled: false,
// proxy: "cloak",
// ignoreLocalhost: true,
// useDirective: true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "meeio-frontend",
"private": true,
"type": "module",
"version": "0.1.0",
"version": "0.1.1",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --no-fork -o",
Expand Down

0 comments on commit 9c6a4fc

Please sign in to comment.