Skip to content
HomePagesHomePages template kit

DevTour

One tour in the dev pool.

One tour in the dev pool.

url is the FINISHED EMBED SRC — the post-tourEmbedUrl form, exactly what a resolved TourValue carries — for the same reason a link video’s fixture url is: the rewrite happens once at resolve time in production, so dev data states the post-rewrite value rather than re-deriving it.

Import from @homepages/template-kit/fixtures.

export interface DevTour {
id: string;
provider: "matterport" | "biganto";
name: string;
caption: string;
url: string;
poster: ImageAssetId | null;
}