Changes
1 changed files (+1/-1)
-
-
@@ -135,7 +135,7 @@if (this.#siteLogo) { const ext = extname(this.#siteLogo[this.#siteLogo.length - 1]); assets.siteLogo = ["assets", `logo.${ext}`]; assets.siteLogo = ["assets", `logo${ext}`]; await fileSystemWriter.write( assets.siteLogo,
-