mirror of
https://github.com/wah-su/wahs.wah.su.git
synced 2025-04-05 15:54:37 +00:00
add doctype string
This commit is contained in:
parent
c3a775bc4a
commit
200b92ccfb
1 changed files with 1 additions and 1 deletions
|
@ -112,4 +112,4 @@ fs.cpSync("src/static", "out/static", { recursive: true });
|
||||||
if (environment == "dev") {
|
if (environment == "dev") {
|
||||||
fs.cpSync("src/static_dev", "out/static/dev", { recursive: true });
|
fs.cpSync("src/static_dev", "out/static/dev", { recursive: true });
|
||||||
}
|
}
|
||||||
fs.writeFileSync("out/index.html", html);
|
fs.writeFileSync("out/index.html", `<!DOCTYPE html>${html}`);
|
||||||
|
|
Loading…
Add table
Reference in a new issue