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 (
|
||||
<html lang="en">
|
||||
<body>
|
||||
<AptabaseProvider appKey="A-DEV-0000000000">{children}</AptabaseProvider>
|
||||
<AptabaseProvider appKey="A-US-5431775171">{children}</AptabaseProvider>
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import { init } from '@aptabase/nextjs/server';
|
||||
|
||||
export function register() {
|
||||
init('A-DEV-0000000000');
|
||||
init('A-US-5431775171');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue