cli improvements and typescript config changes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<script lang="ts">
|
||||
import { deconstructLink } from '$lib/link-helper';
|
||||
import { deconstructLink } from '$lib/helper/link';
|
||||
import LinkButton from '../link-button.svelte';
|
||||
import { onMount } from 'svelte';
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<script lang="ts">
|
||||
import { getImageDimensions } from '@sanity/asset-utils';
|
||||
import { generateImageUrl, dynamicHeight } from '$lib/image-url';
|
||||
import { generateImageUrl, dynamicHeight } from '$lib/helper/image-url';
|
||||
|
||||
let { portableText } = $props();
|
||||
const { value, isInline } = portableText;
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
<script lang="ts">
|
||||
import LinkButton from '../link-button.svelte';
|
||||
import type { CtaSection } from '$lib/sanity.types';
|
||||
import { deconstructLink } from '$lib/link-helper';
|
||||
import type { SimpleImage } from '$lib/asset-to-url';
|
||||
import { deconstructLink } from '$lib/helper/link';
|
||||
import type { SimpleImage } from '$lib/helper/asset-to-url';
|
||||
import { cn } from '$lib/utils';
|
||||
import { generateImageUrl } from '$lib/image-url';
|
||||
import SanityBlock from '../sanity-block.svelte';
|
||||
import { onMount } from 'svelte';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user