Bro what was I thinking???

This commit is contained in:
MotorTruck1221
2025-05-05 00:07:05 -06:00
parent dcf7ae1c81
commit bde811406e
+1 -1
View File
@@ -9,7 +9,7 @@ import Button from "@components/ui/Button.astro";
import { type DropdownOptions } from "@utils/types";
const Themes: DropdownOptions[] = [{ name: "Default", value: "default" }];
const files = await readdir(pathJoin(import.meta.dirname, "..", "..", "styles", "themes"), {
const files = await readdir(pathJoin("src", "styles", "themes"), {
encoding: "utf-8"
});
files.forEach((name) => {