add maze of the minotaur

This commit is contained in:
2025-06-06 02:48:29 -04:00
parent d22025691e
commit a73cc00c33
13 changed files with 86 additions and 10 deletions

View File

@@ -14,9 +14,11 @@
},
base_uri: "",
// csp: "default-src 'self' data: https://v8.js-dos.com 'unsafe-inline'; img-src 'self' https://*; media-src 'self' https://* data:; script-src 'self' https://v8.js-dos.com 'wasm-eval' 'unsafe-eval' 'unsafe-inline'; style-src 'self' https://v8.js-dos.com 'unsafe-inline'; worker-src 'self' blob:;",
csp: "default-src 'self' data: ; img-src 'self' https://*; media-src 'self' https://* data:;",
robots: "index,follow",
language: "en-us",
copyright: "Copyright 2014-2023 Eric Woodward, licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.",
copyright: "Copyright 2014-2025 Eric Woodward, licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.",
basePath: "",
uri: "https://www.itsericwoodward.com",
comment_insert: "\n\
@@ -46,8 +48,11 @@
journalsPerPage: 5,
srcPath: "src",
outputPath: "out",
publishPath: "public",
},
serve: {
authTypeUI: "basic",
handleStatic: true,
port: 4997,
shortCodeLink: "/q/",
static404: "./public/errors/404.html",