chore: Add possibility to deploy
- New npm scripts - New folder for deployment content - Currently using a fixed --pathprefix option with hippie as value - Add deploy to gitignore
This commit is contained in:
parent
d04e0e3174
commit
fd5f3ba89f
3 changed files with 6 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
const { EleventyHtmlBasePlugin } = require("@11ty/eleventy");
|
||||
|
||||
module.exports = function (eleventyConfig) {
|
||||
// eleventyConfig.addPlugin(EleventyHtmlBasePlugin);
|
||||
eleventyConfig.addPlugin(EleventyHtmlBasePlugin);
|
||||
|
||||
eleventyConfig.setLiquidOptions({
|
||||
// greedy: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue