Skip to content

Commit

Permalink
base fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vickytnz committed Sep 2, 2024
1 parent 20ad506 commit 4ffcf18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eleventy.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const syntaxHighlightPlugin = require('@11ty/eleventy-plugin-syntaxhighlight');
module.exports = function(eleventyConfig) {
// Register the plugin
eleventyConfig.addPlugin(syntaxHighlightPlugin);
eleventyConfig.addPlugin(EleventyHtmlBasePlugin);
eleventyConfig.addPlugin(govukEleventyPlugin, {
// add customisations here - uncomment next areas for examples
icons: {
Expand Down

0 comments on commit 4ffcf18

Please sign in to comment.