merge
This commit is contained in:
commit
f39c7ac93d
6 changed files with 14 additions and 4 deletions
|
|
@ -45,5 +45,8 @@ export const estaticos = (caminho: keyof typeof Prefixos) => {
|
|||
"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`,
|
||||
},
|
||||
};
|
||||
};
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue