diff options
author | 2022-10-18 06:22:48 -0700 | |
---|---|---|
committer | 2022-10-18 09:22:48 -0400 | |
commit | 66e8ae3bee9cd1acff156b7dc61ce56361ef4966 (patch) | |
tree | 2ded7fb53f5e9fed7d23d0c56c763d2b877bcef0 /examples/with-tailwindcss/package.json | |
parent | d7407dbb1595a8e621ec4a47a11d5ec368db1c33 (diff) | |
download | astro-66e8ae3bee9cd1acff156b7dc61ce56361ef4966.tar.gz astro-66e8ae3bee9cd1acff156b7dc61ce56361ef4966.tar.zst astro-66e8ae3bee9cd1acff156b7dc61ce56361ef4966.zip |
update with-tailwind example to use mdx (#5104)
* add mdx since md is deprecated now
* rename .md -> .mdx
* fix component import
* yarn format
Diffstat (limited to 'examples/with-tailwindcss/package.json')
-rw-r--r-- | examples/with-tailwindcss/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 26095362e..4902b4195 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -11,6 +11,7 @@ "astro": "astro" }, "dependencies": { + "@astrojs/mdx": "^0.11.4", "@astrojs/tailwind": "^2.1.0", "@types/canvas-confetti": "^1.4.3", "astro": "^1.5.0", |