Skip to content

Commit

Permalink
Merge branch 'template-api' of github.com:modmuss50/fabricmc.net into…
Browse files Browse the repository at this point in the history
… template-api
  • Loading branch information
modmuss50 committed Apr 11, 2024
2 parents a430846 + 64454ad commit 69718fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function eta() {

return {
transform(template, id) {
if (id.match(/.eta$/)) return {
if (id.match(/\.eta$/)) return {
code: `
export default ${eta.compile(template)};
`
Expand Down

0 comments on commit 69718fb

Please sign in to comment.