aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/config.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.ts b/src/config.ts
index b0ad1b0..75ba2dd 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -3,6 +3,7 @@ import BuildInfo from "../config.json";
// eslint-disable-next-line @typescript-eslint/no-explicit-any
export default function (eleventyConfig: any) {
+ // passthrough static files to public
eleventyConfig.addPassthroughCopy({
"./src/static/": "/",
});