This commit is contained in:
MotorTruck1221 2025-05-05 00:05:35 -06:00
parent 5f640d8e06
commit dcf7ae1c81
No known key found for this signature in database
GPG key ID: 08F417E2B8B61EA4

View file

@ -9,7 +9,7 @@ import Header from "@components/Header.astro";
import "@styles/global.css";
import "@styles/default.css";
readdir(
pathJoin(import.meta.dirname, "..", "styles", "themes"),
pathJoin("src", "styles", "themes"),
{ encoding: "utf-8" },
(err, files) => {
files.forEach(async (name) => {