Skip to content

Commit 2f59fc5

Browse files
committed
fix: rename deploy to publish
1 parent 852de25 commit 2f59fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/routes/deploy.lazy.tsx renamed to website/src/routes/publish.lazy.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ function Page() {
357357
);
358358
}
359359

360-
export const Route = createFileRoute('/deploy')({
360+
export const Route = createFileRoute('/publish')({
361361
component: Page,
362362
validateSearch: z.object({ id: z.string() }),
363363
});

0 commit comments

Comments
 (0)