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
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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user