Skip to content

Commit c198dd8

Browse files
authored
realtime: Fix image broken link (supabase#31248)
1 parent 0affb7c commit c198dd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/docs/content/guides/realtime/migrate-from-postgres-changes.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ We store this information in a `public.moves` table and every time a new move is
1717
alt="Schema used for our example"
1818
src={{
1919
light:
20-
'docs/public/img/guides/realtime/realtime-broadcast-changes-migration-schema-example-light.png',
21-
dark: 'docs/public/img/guides/realtime/realtime-broadcast-changes-migration-schema-example-dark.png',
20+
'/docs/img/guides/realtime/realtime-broadcast-changes-migration-schema-example-light.png',
21+
dark: '/docs/img/guides/realtime/realtime-broadcast-changes-migration-schema-example-dark.png',
2222
}}
2323
/>
2424

0 commit comments

Comments
 (0)