This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const blocks = `blocks[] { | |
..., | |
photos[] { | |
..., | |
"metadata": asset->metadata, | |
}, | |
markDefs[] { | |
..., | |
_type == "internalLink" => { | |
"slug": @->slug.current, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div | |
x-cloak | |
x-data="{ showGate: $persist(true), password: '', showError: false }" | |
x-show="showGate" | |
class="absolute inset-0 z-20 bg-white" | |
x-trap.noscroll="showGate" | |
> | |
<div class="mx-auto prose px-4 pt-12"> | |
<h1>Projekt Digitale BSV 2026</h1> | |
<form |
OlderNewer