Skip to content

Commit 7bcd953

Browse files
committed
Fixed settings? #266
1 parent 3c38ab3 commit 7bcd953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/settings.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,5 +159,5 @@ import Layout from "@/layouts/Main.astro";
159159
<SettingsCard description="Customize the theme of the site." title="UI" Icon={SwatchBook} />
160160
</section>
161161
</div>
162-
<script is:inline src="/src/lib/settings.ts"></script>
162+
<script src="/src/lib/settings.ts"></script>
163163
</Layout>

0 commit comments

Comments
 (0)