Skip to content

Commit

Permalink
Update remix-vite.mdx
Browse files Browse the repository at this point in the history
Fix small typo.
  • Loading branch information
chopfitzroy authored and sdorra committed May 13, 2024
1 parent 1779d44 commit 6de2fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_quickstart/remix-vite.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ category: frameworks
import { vitePlugin as remix } from "@remix-run/dev";
import { defineConfig } from "vite";
import tsconfigPaths from "vite-tsconfig-paths";
import contentCollections from "@content-collections/vite";
import contentCollections from "@content-collections/remix-vite";

export default defineConfig({
plugins: [remix(), tsconfigPaths(), contentCollections()],
Expand Down

0 comments on commit 6de2fcb

Please sign in to comment.