1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 10:49:28 +02:00

Move email templates in assets directory

This commit is contained in:
Chocobozzz 2024-03-20 09:15:07 +01:00
parent b4169fe0a4
commit be19d9be34
No known key found for this signature in database
GPG key ID: 583A612D890159BE
31 changed files with 2 additions and 4 deletions

View file

@ -264,7 +264,7 @@ class Emailer {
},
transport: this.transporter,
views: {
root: join(root(), 'dist', 'core', 'lib', 'emails')
root: join(root(), 'dist', 'core', 'assets', 'email-templates')
},
subjectPrefix: CONFIG.EMAIL.SUBJECT.PREFIX
})