fix(web): correct relative imports in opengraph-image routes
Some checks failed
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🏗️ Build (push) Failing after 8m32s
Build & Deploy / 🔍 Prepare (push) Successful in 18s
Build & Deploy / 🧪 QA (push) Failing after 1m33s
Build & Deploy / 🩺 Health Check (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 1s
Some checks failed
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🏗️ Build (push) Failing after 8m32s
Build & Deploy / 🔍 Prepare (push) Successful in 18s
Build & Deploy / 🧪 QA (push) Failing after 1m33s
Build & Deploy / 🩺 Health Check (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 1s
This commit is contained in:
26
pnpm-lock.yaml
generated
26
pnpm-lock.yaml
generated
@@ -136,6 +136,9 @@ importers:
|
||||
"@payloadcms/db-postgres":
|
||||
specifier: ^3.77.0
|
||||
version: 3.77.0(@opentelemetry/api@1.9.0)(payload@3.77.0(graphql@16.12.0)(typescript@5.9.3))
|
||||
"@payloadcms/email-nodemailer":
|
||||
specifier: ^3.77.0
|
||||
version: 3.77.0(payload@3.77.0(graphql@16.12.0)(typescript@5.9.3))
|
||||
"@payloadcms/next":
|
||||
specifier: ^3.77.0
|
||||
version: 3.77.0(@types/react@19.2.13)(graphql@16.12.0)(monaco-editor@0.55.1)(next@16.1.6(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.77.4))(payload@3.77.0(graphql@16.12.0)(typescript@5.9.3))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3)
|
||||
@@ -3580,6 +3583,15 @@ packages:
|
||||
peerDependencies:
|
||||
payload: 3.77.0
|
||||
|
||||
"@payloadcms/email-nodemailer@3.77.0":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-1i4JSYAzQ+t2htdZAbfek7cslWXYV0YeLN9MoDI6LSbR8Q6Run6idPBLdEkBNLPc0NJFVWepj2IgXt72ifdbtw==,
|
||||
}
|
||||
engines: { node: ^18.20.2 || >=20.9.0 }
|
||||
peerDependencies:
|
||||
payload: 3.77.0
|
||||
|
||||
"@payloadcms/graphql@3.77.0":
|
||||
resolution:
|
||||
{
|
||||
@@ -11205,6 +11217,13 @@ packages:
|
||||
integrity: sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==,
|
||||
}
|
||||
|
||||
nodemailer@7.0.12:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-H+rnK5bX2Pi/6ms3sN4/jRQvYSMltV6vqup/0SFOrxYYY/qoNvhXPlYq3e+Pm9RFJRwrMGbMIwi81M4dxpomhA==,
|
||||
}
|
||||
engines: { node: ">=6.0.0" }
|
||||
|
||||
nodemailer@8.0.1:
|
||||
resolution:
|
||||
{
|
||||
@@ -17406,6 +17425,11 @@ snapshots:
|
||||
- sql.js
|
||||
- sqlite3
|
||||
|
||||
"@payloadcms/email-nodemailer@3.77.0(payload@3.77.0(graphql@16.12.0)(typescript@5.9.3))":
|
||||
dependencies:
|
||||
nodemailer: 7.0.12
|
||||
payload: 3.77.0(graphql@16.12.0)(typescript@5.9.3)
|
||||
|
||||
"@payloadcms/graphql@3.77.0(graphql@16.12.0)(payload@3.77.0(graphql@16.12.0)(typescript@5.9.3))(typescript@5.9.3)":
|
||||
dependencies:
|
||||
graphql: 16.12.0
|
||||
@@ -22830,6 +22854,8 @@ snapshots:
|
||||
|
||||
node-releases@2.0.27: {}
|
||||
|
||||
nodemailer@7.0.12: {}
|
||||
|
||||
nodemailer@8.0.1: {}
|
||||
|
||||
normalize-path@3.0.0: {}
|
||||
|
||||
Reference in New Issue
Block a user