use US server
This commit is contained in:
parent
343319f782
commit
8d3891f30f
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
|
||||||
return (
|
return (
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<body>
|
<body>
|
||||||
<AptabaseProvider appKey="A-DEV-0000000000">{children}</AptabaseProvider>
|
<AptabaseProvider appKey="A-US-5431775171">{children}</AptabaseProvider>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
import { init } from '@aptabase/nextjs/server';
|
import { init } from '@aptabase/nextjs/server';
|
||||||
|
|
||||||
export function register() {
|
export function register() {
|
||||||
init('A-DEV-0000000000');
|
init('A-US-5431775171');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue