Skip to content

Commit

Permalink
fix: exclude component for prerendering
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Oct 23, 2020
1 parent 471eef4 commit 08d37df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/prerender.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {PrerenderHydrateOptions} from '@stencil/core/internal/stencil-public-com
export const config: PrerenderConfig = {
hydrateOptions(url?: URL): PrerenderHydrateOptions {
const hydrate: PrerenderHydrateOptions = {
excludeComponents: ['deckgo-highlight-code', 'deckgo-slide-poll'],
excludeComponents: ['deckgo-highlight-code', 'deckgo-slide-poll', 'deckgo-word-cloud'],
};
return hydrate;
},
Expand Down

0 comments on commit 08d37df

Please sign in to comment.