We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0affb7c commit c198dd8Copy full SHA for c198dd8
apps/docs/content/guides/realtime/migrate-from-postgres-changes.mdx
@@ -17,8 +17,8 @@ We store this information in a `public.moves` table and every time a new move is
17
alt="Schema used for our example"
18
src={{
19
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',
+ '/docs/img/guides/realtime/realtime-broadcast-changes-migration-schema-example-light.png',
+ dark: '/docs/img/guides/realtime/realtime-broadcast-changes-migration-schema-example-dark.png',
22
}}
23
/>
24
0 commit comments