From bde811406edb5c32150bf65c07bfd8c252f8aebc Mon Sep 17 00:00:00 2001 From: MotorTruck1221 Date: Mon, 5 May 2025 00:07:05 -0600 Subject: [PATCH] Bro what was I thinking??? --- src/pages/[...settings]/appearance.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/[...settings]/appearance.astro b/src/pages/[...settings]/appearance.astro index cb0422a..a6220b9 100644 --- a/src/pages/[...settings]/appearance.astro +++ b/src/pages/[...settings]/appearance.astro @@ -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) => {