Skip to content

Commit

Permalink
🔥 remove mdx from examples app. not used
Browse files Browse the repository at this point in the history
  • Loading branch information
juliuxu committed Oct 12, 2024
1 parent bd716ce commit 216a39f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 83 deletions.
77 changes: 0 additions & 77 deletions apps/examples/app/routes/_layout._docs.mdx-test.mdx

This file was deleted.

6 changes: 0 additions & 6 deletions apps/examples/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import { vitePlugin as remix } from "@remix-run/dev";
import { defineConfig } from "vite";
import mdx from "@mdx-js/rollup";
import remarkFrontmatter from "remark-frontmatter";
import remarkMdxFrontmatter from "remark-mdx-frontmatter";

import fs from "node:fs/promises";

Expand All @@ -16,9 +13,6 @@ export default defineConfig({
},
base: "/hedwig-design-system/examples/",
plugins: [
mdx({
remarkPlugins: [remarkFrontmatter, remarkMdxFrontmatter],
}),
remix({
ssr: false,
basename: "/hedwig-design-system/examples/",
Expand Down

0 comments on commit 216a39f

Please sign in to comment.