Changes
2 changed files (+3/-3)
-
-
@@ -108,7 +108,7 @@ Html.styles,); const assets: Assets = { globalCss: ["assets", "global.css"], globalCss: [".assets", "global.css"], }; await fileSystemWriter.write(
-
@@ -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,
-
-
-
@@ -163,7 +163,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1" /><title>{document.metadata.title}</title> <link rel="stylesheet" href={path.resolve(["assets", "global.css"])} href={path.resolve(assets.globalCss)} /> {assets.faviconSvg && ( <link
-