Skip to content

Commit

Permalink
fix: next build
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Oct 27, 2023
1 parent a9aee39 commit e681827
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ let nextConfig = {

// @see https://vercel.com/blog/version-skew-protection
useDeploymentId: true,

webpackBuildWorker: true,
useDeploymentIdServerActions: true,
},

Expand Down
2 changes: 1 addition & 1 deletion src/app/api/og/route.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ImageResponse } from 'next/server'
import { ImageResponse } from 'next/og'
import uniqolor from 'uniqolor'
import type { AggregateRoot } from '@mx-space/api-client'
import type { NextRequest } from 'next/server'
Expand Down

1 comment on commit e681827

@vercel
Copy link

@vercel vercel bot commented on e681827 Oct 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

shiro – ./

shiro-innei.vercel.app
springtide.vercel.app
innei.in
shiro-git-main-innei.vercel.app

Please sign in to comment.