🎉 Add the mail template project
This commit is contained in:
21
DysonNetwork.Pass/Mailart/config.js
Normal file
21
DysonNetwork.Pass/Mailart/config.js
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
|-------------------------------------------------------------------------------
|
||||
| Development config https://maizzle.com/docs/environments
|
||||
|-------------------------------------------------------------------------------
|
||||
|
|
||||
| This is the base configuration that Maizzle will use when you run commands
|
||||
| like `npm run build` or `npm run dev`. Additional config files will
|
||||
| inherit these settings, and can override them when necessary.
|
||||
|
|
||||
*/
|
||||
|
||||
/** @type {import('@maizzle/framework').Config} */
|
||||
export default {
|
||||
build: {
|
||||
content: ['emails/**/*.html'],
|
||||
static: {
|
||||
source: ['images/**/*.*'],
|
||||
destination: 'images',
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user