Skip to content

Commit

Permalink
fix: views path
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Jan 9, 2024
1 parent b013232 commit 770bed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.ts
Expand Up @@ -19,7 +19,7 @@ export type AppOptions = {
}

const eta = new Eta({
views: join(__dirname, '../views'),
views: join(__dirname, 'views'),
cache: isProduction,
})

Expand Down

0 comments on commit 770bed2

Please sign in to comment.