Skip to content

Commit

Permalink
fix: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed Sep 20, 2022
1 parent 6dfe853 commit 20fe2e2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 16 deletions.
8 changes: 4 additions & 4 deletions docs/content/2.projects.md
Expand Up @@ -19,7 +19,7 @@ Packages Vue 3
---
title: Plausible
logo: plausible.png
description: Plausible is a lightweight and open-source Google Analytics alternative. Your website data is 100% yours and the privacy of your visitors is respected.
description: Plausible is a lightweight and open-source Google Analytics alternative. Your website data is ...
username: '@productdevbook'
href: /guide/vue-packages/plausible
---
Expand All @@ -29,7 +29,7 @@ Packages Vue 3
---
title: ChatWoot
logo: chatwoot.png
description: Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website, Facebook page, Twitter, Whatsapp, SMS, ...
description: Chatwoot is an open-source customer engagement platform that helps companies ...
username: '@productdevbook'
href: /guide/vue-packages/chatwoot
---
Expand All @@ -46,7 +46,7 @@ Packages Nuxt 3
---
title: Plausible
logo: plausible.png
description: Plausible is a lightweight and open-source Google Analytics alternative. Your website data is 100% yours and the privacy of your visitors is respected.
description: Plausible is a lightweight and open-source Google Analytics alternative. Your website data is ...
username: '@productdevbook'
href: /guide/nuxt-packages/plausible
---
Expand All @@ -66,7 +66,7 @@ Packages Nuxt 3
---
title: ChatWoot (soon)
logo: chatwoot.png
description: Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website, Facebook page, Twitter, Whatsapp, SMS, ...
description: Chatwoot is an open-source customer engagement platform that helps companies ...
username: '@productdevbook'
href: /guide/nuxt-packages/chatwoot
---
Expand Down
19 changes: 7 additions & 12 deletions docs/nuxt.config.ts
Expand Up @@ -2,23 +2,12 @@ const alias = {}

export default defineNuxtConfig({
alias,
app: {
head: {
script: [
{
defer: true,
'data-domain': 'content.nuxtjs.org',
src: 'https://plausible.io/js/script.js'
}
]
}
},
nitro: {
prerender: {
routes: ['/', '/blog/announcing-v2']
}
},
modules: ['@nuxtlabs/github-module'],
modules: ['@nuxtlabs/github-module', '@huntersofbook/plausible-nuxt'],
extends: process.env.DOCUS_THEME_PATH || '@nuxt-themes/docus',
github: {
owner: 'huntersofbook',
Expand All @@ -27,5 +16,11 @@ export default defineNuxtConfig({
},
colorMode: {
preference: 'dark'
},
huntersofbookPlausible: {
init: {
apiHost: process.env.PLAUSIBLE,
domain: 'opensource.huntersofbook.com'
}
}
})

0 comments on commit 20fe2e2

Please sign in to comment.