mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -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 {
|
||||
// https://www.11ty.dev/docs/config/#template-formats
|
||||
// Default: html,liquid,ejs,md,hbs,mustache,haml,pug,njk,11ty.js
|
||||
templateFormats: [ '11ty.js' ],
|
||||
|
||||
dir: {
|
||||
input: 'pages-eleventy',
|
||||
output: 'dist',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue