Skip to content

Commit

Permalink
bump and patch greenwood 0.30.0-alpha.5
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Aug 12, 2024
1 parent 7ff45e9 commit 960a5be
Show file tree
Hide file tree
Showing 8 changed files with 55 additions and 1,120 deletions.
3 changes: 1 addition & 2 deletions greenwood.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import { greenwoodPluginImportRaw } from "@greenwood/plugin-import-raw";
import { greenwoodPluginCssModules } from "./plugin-css-modules.js";
import { greenwoodPluginPostCss } from "@greenwood/plugin-postcss";

export default {
prerender: true,
plugins: [greenwoodPluginPostCss(), greenwoodPluginCssModules(), greenwoodPluginImportRaw()],
plugins: [greenwoodPluginCssModules(), greenwoodPluginImportRaw()],
markdown: {
plugins: ["@mapbox/rehype-prism"],
},
Expand Down
Loading

0 comments on commit 960a5be

Please sign in to comment.