vtex-cms-template-atualizado/meta/loja.js

9 lines
153 B
JavaScript
Raw Normal View History

2022-12-05 13:22:58 +00:00
const home = require("./pages/home");
module.exports = {
accountName: "agenciamagma",
pages: [
2022-12-09 19:30:06 +00:00
{ data: home, template: "andrea-home.html" },
2022-12-05 13:22:58 +00:00
],
};