mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Restrict template formats to js only
This commit is contained in:
parent
7698df87af
commit
2dc8caa5d2
1 changed files with 4 additions and 0 deletions
|
|
@ -107,6 +107,10 @@ module.exports = function ( eleventyConfig ) {
|
||||||
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
// https://www.11ty.dev/docs/config/#template-formats
|
||||||
|
// Default: html,liquid,ejs,md,hbs,mustache,haml,pug,njk,11ty.js
|
||||||
|
templateFormats: [ '11ty.js' ],
|
||||||
|
|
||||||
dir: {
|
dir: {
|
||||||
input: 'pages-eleventy',
|
input: 'pages-eleventy',
|
||||||
output: 'dist',
|
output: 'dist',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue