9 lines
153 B
JavaScript
9 lines
153 B
JavaScript
const home = require("./pages/home");
|
|
|
|
module.exports = {
|
|
accountName: "agenciamagma",
|
|
pages: [
|
|
{ data: home, template: "andrea-home.html" },
|
|
],
|
|
};
|