merge
This commit is contained in:
commit
f39c7ac93d
6 changed files with 14 additions and 4 deletions
3
dist/index.js
vendored
3
dist/index.js
vendored
|
|
@ -46,6 +46,9 @@ const estaticos = (caminho) => {
|
|||
"404.html": `${prefixo}html/404.html`,
|
||||
"tabela_ibama.json": `${prefixo}dados/tabela_ibama.json`,
|
||||
"municipios.json": `${prefixo}dados/municipios.json`,
|
||||
background: {
|
||||
"Paisagem.jpg": `${prefixo}/background/Paisagem.jpg`,
|
||||
},
|
||||
};
|
||||
};
|
||||
exports.estaticos = estaticos;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue