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 1be4d3c commit 0e192b8Copy full SHA for 0e192b8
src/layouts/Layout.astro
@@ -12,7 +12,7 @@ type Props = {
12
13
const { title } = Astro.props;
14
---
15
-
+<!-- Test new github token -->
16
<script is:inline>
17
function setDarkMode(document) {
18
const getThemePreference = () => {
0 commit comments