updated siliconpin
This commit is contained in:
@@ -16,7 +16,7 @@ const defaultSubdomain = randomString();
|
||||
<Layout
|
||||
title={pageTitle}
|
||||
description={pageDescription}
|
||||
image={pageImage}
|
||||
ogImage={pageImage}
|
||||
type="website"
|
||||
>
|
||||
<main class="container mx-auto px-4 sm:px-6 py-8 sm:py-12">
|
||||
@@ -249,7 +249,7 @@ const defaultSubdomain = randomString();
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
<script is:inline>
|
||||
// Get DOM elements
|
||||
const deploymentType = document.getElementById('deployment-type');
|
||||
const appOptions = document.getElementById('app-options');
|
||||
|
||||
Reference in New Issue
Block a user