Skip to content

Commit 522557e

Browse files
committed
fix config
Signed-off-by: Atharva Kunte <athu.kunte@gmail.com>
1 parent 08b66c1 commit 522557e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eleventy.js

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ module.exports = function (eleventyConfig) {
44

55
eleventyConfig.addPassthroughCopy("./src/main.css");
66
eleventyConfig.addPassthroughCopy("./src/media");
7+
eleventyConfig.addPassthroughCopy("./src/admin");
78

89
eleventyConfig.addFilter("postDate",(dateobj)=>{
910
return DateTime.fromJSDate(dateobj).toLocaleString(DateTime.DATE_MED);

0 commit comments

Comments
 (0)