Skip to content

Commit

Permalink
based on what I'm learning from ProjectEvergreen/greenwood#1337 and P…
Browse files Browse the repository at this point in the history
  • Loading branch information
lschierer committed Dec 3, 2024
1 parent 95fbbcb commit e295d7f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions greenwood.config.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
import { greenwoodPluginTypeScript } from "@greenwood/plugin-typescript";
import { greenwoodPluginRendererLit } from "@greenwood/plugin-renderer-lit";
import { greenwoodPluginPostCss } from "@greenwood/plugin-postcss";
import { greenwoodPluginGoogleAnalytics } from "@greenwood/plugin-google-analytics";

//this plugin appears to do more than I first understood from the documentation. Once enabled, I *think* it fully replaces WCC and I *think* you can no longer use html components at all.
import { greenwoodPluginRendererLit } from "@greenwood/plugin-renderer-lit";

export default {
activeContent: true,
isolation: true,
prerender: true,
// it appears the two pre-render flags ought to match.
prerender: false,
staticRouter: false,
markdown: {
plugins: ["remark-gfm", "remark-rehype"],
Expand Down

0 comments on commit e295d7f

Please sign in to comment.