feat: switch to llama on ovh
Some checks failed
Deploy / lint-build-deploy (push) Failing after 7s

This commit is contained in:
2026-01-19 20:06:09 +01:00
parent 4453fb7943
commit ef333ae7f2
10 changed files with 10465 additions and 805 deletions

View File

@@ -1,6 +1,5 @@
import type { Metadata } from 'next';
import './globals.css';
import { Analytics } from '@vercel/analytics/next';
export const metadata: Metadata = {
title: 'Synthetic Consumers Data Generator',
@@ -16,7 +15,6 @@ export default function RootLayout({
return (
<html lang='en'>
<body>{children}</body>
<Analytics />
</html>
);
}