Skip to content

Commit 770bed2

Browse files
committed
fix: views path
1 parent b013232 commit 770bed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export type AppOptions = {
1919
}
2020

2121
const eta = new Eta({
22-
views: join(__dirname, '../views'),
22+
views: join(__dirname, 'views'),
2323
cache: isProduction,
2424
})
2525

0 commit comments

Comments
 (0)