all repos — website @ 8f9d0a3ed6117dde5c09c03b804aa4b2fbc80e5a

My website

src/config.ts (view raw)

1
2
3
4
5
import path from "node:path";
import fs from "node:fs";
import toml from "toml";

export default toml.parse(fs.readFileSync("config.toml", "utf-8"));