forked from M3-Academy/vtex-cms-template-atualizado
8 lines
155 B
JavaScript
8 lines
155 B
JavaScript
const home = require("./pages/home");
|
|
|
|
module.exports = {
|
|
accountName: "agenciamagma",
|
|
pages: [
|
|
{ data: home, template: "vitorsoares-home.html" }],
|
|
};
|