diff --git a/fixtures/webstudio-remix-vercel/.webstudio/data.json b/fixtures/webstudio-remix-vercel/.webstudio/data.json index 4703bb0d05c8..695dc0471cfe 100644 --- a/fixtures/webstudio-remix-vercel/.webstudio/data.json +++ b/fixtures/webstudio-remix-vercel/.webstudio/data.json @@ -1,10 +1,10 @@ { "build": { - "id": "0d43a990-f5cd-43c3-ab26-863ebe71eb27", + "id": "1bd755a0-9c8a-416b-b373-2123f3568393", "projectId": "cddc1d44-af37-4cb6-a430-d300cf6f932d", - "version": 463, - "createdAt": "2025-01-18T19:56:10.675+00:00", - "updatedAt": "2025-01-18T19:56:10.675+00:00", + "version": 464, + "createdAt": "2025-01-19T14:02:13.405+00:00", + "updatedAt": "2025-01-19T14:02:13.405+00:00", "pages": { "meta": { "siteName": "KittyGuardedZone", @@ -2950,16 +2950,6 @@ "value": "7Db64ZXgYiRqKSQNR-qTQ" } ], - [ - "oCeOjUq5kg_g-0dq5iApN", - { - "id": "oCeOjUq5kg_g-0dq5iApN", - "instanceId": "EveN4Skg9xb8Lj1QJcW52", - "name": "name", - "type": "string", - "value": "" - } - ], [ "9axbHjZtX8BX6vXEai1xq", { diff --git a/fixtures/webstudio-remix-vercel/app/__generated__/$resources.sitemap.xml.ts b/fixtures/webstudio-remix-vercel/app/__generated__/$resources.sitemap.xml.ts index db46e9acc13c..e2c6e8c37fba 100644 --- a/fixtures/webstudio-remix-vercel/app/__generated__/$resources.sitemap.xml.ts +++ b/fixtures/webstudio-remix-vercel/app/__generated__/$resources.sitemap.xml.ts @@ -1,26 +1,26 @@ export const sitemap = [ { path: "/", - lastModified: "2025-01-18", + lastModified: "2025-01-19", }, { path: "/_route_with_symbols_", - lastModified: "2025-01-18", + lastModified: "2025-01-19", }, { path: "/form", - lastModified: "2025-01-18", + lastModified: "2025-01-19", }, { path: "/heading-with-id", - lastModified: "2025-01-18", + lastModified: "2025-01-19", }, { path: "/resources", - lastModified: "2025-01-18", + lastModified: "2025-01-19", }, { path: "/nested/nested-page", - lastModified: "2025-01-18", + lastModified: "2025-01-19", }, ]; diff --git a/fixtures/webstudio-remix-vercel/app/__generated__/[head-tag]._index.tsx b/fixtures/webstudio-remix-vercel/app/__generated__/[head-tag]._index.tsx index cd9110e865fb..339e06410a7f 100644 --- a/fixtures/webstudio-remix-vercel/app/__generated__/[head-tag]._index.tsx +++ b/fixtures/webstudio-remix-vercel/app/__generated__/[head-tag]._index.tsx @@ -42,11 +42,7 @@ const Page = ({}: { system: any }) => { {"Head Slot Title"} - + {"Test Head Slot"} diff --git a/fixtures/webstudio-remix-vercel/package.json b/fixtures/webstudio-remix-vercel/package.json index f6c1a14f3fe3..9f31a7f241c9 100644 --- a/fixtures/webstudio-remix-vercel/package.json +++ b/fixtures/webstudio-remix-vercel/package.json @@ -6,7 +6,7 @@ "typecheck": "tsc", "cli": "NODE_OPTIONS='--conditions=webstudio --import=tsx' webstudio", "fixtures:link": "pnpm cli link --link https://p-cddc1d44-af37-4cb6-a430-d300cf6f932d-dot-${BUILDER_HOST:-main.development.webstudio.is}'?authToken=1cdc6026-dd5b-4624-b89b-9bd45e9bcc3d'", - "fixtures:sync": "pnpm cli sync --buildId 0d43a990-f5cd-43c3-ab26-863ebe71eb27 && pnpm prettier --write ./.webstudio/", + "fixtures:sync": "pnpm cli sync --buildId 1bd755a0-9c8a-416b-b373-2123f3568393 && pnpm prettier --write ./.webstudio/", "fixtures:build": "pnpm cli build --template vercel --template internal --template ./.template && pnpm prettier --write ./app/ ./package.json ./tsconfig.json" }, "private": true,