Skip to content

Commit

Permalink
chore: remove unlighthouse to fix binary
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed Dec 16, 2022
1 parent 52f88d8 commit b90c796
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1,015 deletions.
5 changes: 1 addition & 4 deletions .docs/nuxt.config.ts
Expand Up @@ -7,10 +7,7 @@ export default defineNuxtConfig({
}
}
},
modules: [
'nuxt-plausible',
'@unlighthouse/nuxt'
],
modules: ['nuxt-plausible'],
typescript: {
includeWorkspace: true
}
Expand Down
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -39,7 +39,6 @@
"@docsearch/js": "^3.3.0",
"@nuxtjs/algolia": "^1.3.1",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@unlighthouse/nuxt": "^0.4.4",
"eslint": "^8.29.0",
"nuxt": "3.0.0",
"nuxt-plausible": "^0.1.2",
Expand Down

1 comment on commit b90c796

@vercel
Copy link

@vercel vercel bot commented on b90c796 Dec 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.