updated siliconpin

This commit is contained in:
suvodip ghosh
2025-05-27 05:59:30 +00:00
parent 9091219729
commit 4e79dde03e
61 changed files with 8676 additions and 1143 deletions

View File

@@ -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');