mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
22e46a40ad
This pull request updates the blog post rendering in the EdgeDB example to use our `streamdown` library in static mode instead of `react-markdown` for Markdown parsing and rendering. --------- Co-authored-by: Joseph <joseph.chamochumbi@vercel.com>
9 lines
204 B
JavaScript
9 lines
204 B
JavaScript
// If you want to use other PostCSS plugins, see the following:
|
|
// https://tailwindcss.com/docs/using-with-preprocessors
|
|
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|