No typing for script import
Some checks failed
Build and Test - Staging / determine_version (pull_request) Successful in 27s
Playwright Tests / test (pull_request) Failing after 2m21s
Build and Test - Staging / build_and_push (pull_request) Successful in 2m13s
Build and Test - Staging / test (pull_request) Successful in 2s
Build and Test - Staging / deploy_staging (pull_request) Successful in 6s

This commit is contained in:
2025-11-06 23:40:38 -08:00
parent 33388f59ee
commit 7fe9303d5e
2 changed files with 4 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ const pageTitle = Astro.props.title ? `${Astro.props.title} - Corwin Perren` : "
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>{pageTitle}</title>
<script is:inline type="module" src="/src/scripts/main.js"></script>
<script src="/src/scripts/main.js"></script>
</head>
<body class="bg-black text-white">