Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenybai committed Sep 14, 2023
1 parent 02d2dea commit 59db68a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions website/next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import million from 'million/compiler'
import nextra from 'nextra';

const withNextra = nextra({
Expand All @@ -15,6 +14,4 @@ const nextConfig = {
};

// eslint-disable-next-line import/no-default-export
export default million.next(
withNextra(nextConfig), { auto: true}
);
export default withNextra(nextConfig);

2 comments on commit 59db68a

@vercel
Copy link

@vercel vercel bot commented on 59db68a Sep 14, 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:

sink – ./packages/kitchen-sink

sink-millionjs.vercel.app
million-kitchen-sink-atit.vercel.app
sink-git-main-millionjs.vercel.app
sink.million.dev

@vercel
Copy link

@vercel vercel bot commented on 59db68a Sep 14, 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:

million-kitchen-sink – ./packages/kitchen-sink

million-kitchen-sink-git-main-millionjs.vercel.app
million-kitchen-sink-millionjs.vercel.app
million-kitchen-sink.vercel.app

Please sign in to comment.