Skip to content

Commit

Permalink
docs: add unlighthouse
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed Dec 16, 2022
1 parent 01cf45e commit 21fb1dc
Show file tree
Hide file tree
Showing 5 changed files with 1,022 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .docs/app.config.ts
Expand Up @@ -20,7 +20,8 @@ export default defineAppConfig({
iconLinks: [
{
href: 'https://nuxt.com',
icon: 'IconNuxtLabs'
icon: 'IconNuxtLabs',
label: 'Nuxt'
}
]
}
Expand Down
12 changes: 11 additions & 1 deletion .docs/nuxt.config.ts
@@ -1,6 +1,16 @@
export default defineNuxtConfig({
extends: '../',
modules: ['nuxt-plausible'],
app: {
head: {
htmlAttrs: {
lang: 'en'
}
}
},
modules: [
'nuxt-plausible',
'@unlighthouse/nuxt'
],
typescript: {
includeWorkspace: true
}
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -14,3 +14,6 @@ dist

# VSCode
.vscode/

# Unlighthouse
.unlighthouse
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -35,10 +35,11 @@
},
"devDependencies": {
"@algolia/client-search": "^4.14.2",
"@nuxtjs/algolia": "^1.3.1",
"@docsearch/css": "^3.3.0",
"@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 21fb1dc

@vercel
Copy link

@vercel vercel bot commented on 21fb1dc 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.