compilar: Autocopiarse
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Cat /dev/Nulo 2022-12-20 17:40:54 -03:00
parent 150c084785
commit 74a088d858

View file

@ -45,7 +45,7 @@ await compilePageList(config, pageList);
async function compileFile(name: string) { async function compileFile(name: string) {
const extension = extname(name); const extension = extname(name);
if ( if (
[".js", ".md", ".css", ".png", ".jpg", ".mp4", ".svg", ".html"].includes( [".ts", ".md", ".css", ".png", ".jpg", ".mp4", ".svg", ".html"].includes(
extension extension
) )
) { ) {