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