Skip to content

Commit 08a0e80

Browse files
committed
chore: add nuxt-social-share as dependency and project module
1 parent 8cf9326 commit 08a0e80

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
export default defineNuxtConfig({
33
devtools: { enabled: true },
44
components: ['~/components/graphs', '~/components'],
5-
modules: ['@unocss/nuxt', 'nuxt-og-image', 'nuxt-time', '@nuxtjs/plausible'],
5+
modules: ['@unocss/nuxt', 'nuxt-og-image', 'nuxt-time', '@nuxtjs/plausible', '@stefanobartoletti/nuxt-social-share'],
66
experimental: {
77
appManifest: false,
88
headNext: true,

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"@azure/identity": "^4.0.1",
1414
"@azure/storage-blob": "^12.17.0",
1515
"@nuxtjs/plausible": "^0.2.4",
16+
"@stefanobartoletti/nuxt-social-share": "^0.5.2",
1617
"@unocss/nuxt": "^0.58.5",
1718
"nitropack": "^2.8.1",
1819
"nuxt": "^3.10.1",

pnpm-lock.yaml

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)