Skip to content

Commit

Permalink
Update install.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
tobySolutions authored Nov 18, 2023
1 parent 579a625 commit 32e95b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/pages/docs/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Then, add the compiler to your build tool of choice:
export default defineConfig({
plugins: [million.vite(), remix()],
plugins: [million.vite({ auto: true }), remix()],
);
```
Expand Down

2 comments on commit 32e95b3

@vercel
Copy link

@vercel vercel bot commented on 32e95b3 Nov 18, 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.vercel.app
million-kitchen-sink-millionjs.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 32e95b3 Nov 18, 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

Please sign in to comment.