I detected and automatically synced new changes from main in sidr-aljouri.
An error occurred during deployment. Please fix:
Running build in Washington, D.C., USA (East) – iad1
Build machine configuration: 2 cores, 8 GB
Cloning github.com/fouash/sidr-aljouri (Branch: main, Commit: e9a1e89)
Previous build caches not available.
Cloning completed: 319.000ms
...
}
Export encountered an error on /sidr-honey/page: /sidr-honey, exiting the build.
⨯ Next.js build worker exited with code: 1 and signal: null
ELIFECYCLE Command failed with exit code 1.
Error: Command "pnpm run build" exited with 1
The error is clear: Error: Invalid OpenGraph type: product. Next.js doesn't support product as an OpenGraph type. Let me fix this across all pages:
Fixed the deployment error by changing the OpenGraph type from "product" to "website". Next.js only supports specific OpenGraph types like "website" and "article", not "product". The build should now complete successfully.