mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-07 07:16:54 +00:00
docs(site): downgrade sirv, commonjs plugin, preserve rollup signatures, minor seo tweak (#950)
* fix: sirv, commonjs plugin, add rollup sig * replace deprecated rollup plugins * remove dollarsign
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
export let seo;
|
||||
import { onMount } from 'svelte';
|
||||
import { initPhotoSwipeFromDOM } from '../utils/photoswipe.js';
|
||||
import SearchSelector from '../components/SearchSelector.svelte';
|
||||
|
||||
onMount(() => {
|
||||
initPhotoSwipeFromDOM('.zitadel-gallery');
|
||||
@@ -33,10 +32,10 @@
|
||||
<svelte:head>
|
||||
<title>{manifest.name} • {slug}</title>
|
||||
|
||||
{ @html seo}
|
||||
{#if seo}
|
||||
{ @html seo}
|
||||
{/if}
|
||||
</svelte:head>
|
||||
|
||||
<DocsHeader {slug}></DocsHeader>
|
||||
<Docs {sections} project="zitadel/site" dir="{slug}"/>
|
||||
|
||||
<!-- <SearchSelector></SearchSelector> -->
|
||||
<Docs {sections} dir="{slug}"/>
|
||||
Reference in New Issue
Block a user