Skip to content

Commit 5f27dbe

Browse files
authored
Merge pull request #349 from vuejs-jp/enhance/remove-nuxt-og-image
remove nuxt-og-image
2 parents 1384c74 + 29d15d1 commit 5f27dbe

File tree

5 files changed

+14
-464
lines changed

5 files changed

+14
-464
lines changed

apps/web/netlify.toml

-3
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,3 @@
5252
from = "/2024/staff/invite"
5353
to = "/2024/200.html"
5454
status = 200
55-
56-
[functions.server]
57-
external_node_modules = ["chrome-aws-lambda"]

apps/web/nuxt.config.ts

-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ export default defineNuxtConfig({
4242
'@nuxt/content',
4343
'@pinia/nuxt',
4444
'nuxt-gtag',
45-
'nuxt-og-image',
4645
],
4746
// .env の NUXT_PUBLIC_SITE_URL を設定したので、一旦コメントアウトする
4847
// site: {

apps/web/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
"eslint-plugin-cypress": "3.3.0",
4343
"nuxt": "3.11.2",
4444
"nuxt-gtag": "2.0.5",
45-
"nuxt-og-image": "3.0.0-rc.64",
4645
"open-props": "^1.6.21",
4746
"pinia": "2.2.1",
4847
"postcss-custom-media": "^10.0.3",

bun.lockb

-25.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)