.
This commit is contained in:
parent
f39c7ac93d
commit
a28b74e2d9
5 changed files with 8 additions and 15 deletions
4
dist/index.js
vendored
4
dist/index.js
vendored
|
|
@ -46,9 +46,7 @@ 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`,
|
||||
},
|
||||
"Paisagem.jpg": `${prefixo}background/Paisagem.jpg`,
|
||||
};
|
||||
};
|
||||
exports.estaticos = estaticos;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue