We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c38ab3 commit 7bcd953Copy full SHA for 7bcd953
src/pages/settings.astro
@@ -159,5 +159,5 @@ import Layout from "@/layouts/Main.astro";
159
<SettingsCard description="Customize the theme of the site." title="UI" Icon={SwatchBook} />
160
</section>
161
</div>
162
- <script is:inline src="/src/lib/settings.ts"></script>
+ <script src="/src/lib/settings.ts"></script>
163
</Layout>
0 commit comments