Fix scope
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
*/
|
||||
import { getEmDashEntry } from "emdash";
|
||||
import { PortableText } from "emdash/ui";
|
||||
import { embedComponents } from "@emdashcms/plugin-embeds/astro";
|
||||
import { embedComponents } from "@emdash-cms/plugin-embeds/astro";
|
||||
|
||||
const { slug } = Astro.params;
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
* This page renders hardcoded Portable Text with embed blocks.
|
||||
*/
|
||||
import { PortableText } from "emdash/ui";
|
||||
import { embedComponents } from "@emdashcms/plugin-embeds/astro";
|
||||
import { embedComponents } from "@emdash-cms/plugin-embeds/astro";
|
||||
|
||||
// Sample Portable Text content with various embed types
|
||||
const testContent = [
|
||||
|
||||
Reference in New Issue
Block a user