This commit is contained in:
andreLMpena 2024-05-22 15:45:44 -03:00
parent aa36f4dfc8
commit 38ec017614
6 changed files with 11 additions and 2 deletions

View file

@ -57,5 +57,8 @@ export const estaticos = (caminho: keyof typeof Prefixos) => {
"tabela_ibama.json": `${prefixo}/dados/tabela_ibama.json`,
"municipios.json": `${prefixo}/dados/municipios.json`,
},
background: {
"Paisagem.jpg": `${prefixo}/background/Paisagem.jpg`,
},
};
};