compilar: Autocopiarse
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
150c084785
commit
74a088d858
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
)
|
)
|
||||||
) {
|
) {
|
||||||
|
|
Reference in a new issue