Skip to content

Commit 2666f2d

Browse files
authored
Merge pull request #1044 from datum-cloud/job-detail-2
fix: Load Ashby embed v2 as ES module
2 parents 5e8ebf2 + f25a5db commit 2666f2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/careers.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const description = fm.description || '';
7474
},
7575
};
7676
</script>
77-
<script src="https://jobs.ashbyhq.com/datum/embed?version=2" is:inline defer></script>
77+
<script is:inline type="module" src="https://jobs.ashbyhq.com/datum/embed?version=2"></script>
7878

7979
<Footer />
8080
</section>

0 commit comments

Comments
 (0)