We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00b81c5 commit fa24ef6Copy full SHA for fa24ef6
1 file changed
src/app/layout.tsx
@@ -5,8 +5,7 @@ import './globals.css';
5
import 'katex/dist/katex.min.css'; // Ensure CSS matches the rendered math
6
import 'highlight.js/styles/github-dark.css'; // Syntax highlighting
7
8
-// TODO: Replace with actual GA ID from legacy config
9
-const GA_ID = '';
+const GA_ID = 'G-BVCTG6PEZP';
10
11
export const metadata: Metadata = {
12
title: 'SOL1 Archive',
0 commit comments