mirror of
https://github.com/smyalygames/anthonyberg-website.git
synced 2025-05-18 14:14:12 +02:00
refactor(about): change greeting in first paragraph
This commit is contained in:
parent
362bf044d9
commit
a3934ff97d
@ -1,4 +1,5 @@
|
|||||||
import { Html, Head, Main, NextScript } from 'next/document'
|
import { Html, Head, Main, NextScript } from 'next/document'
|
||||||
|
import { Analytics } from '@vercel/analytics/react';
|
||||||
|
|
||||||
export default function Document() {
|
export default function Document() {
|
||||||
const meta = {
|
const meta = {
|
||||||
@ -25,6 +26,7 @@ export default function Document() {
|
|||||||
<body>
|
<body>
|
||||||
<Main />
|
<Main />
|
||||||
<NextScript />
|
<NextScript />
|
||||||
|
<Analytics />
|
||||||
</body>
|
</body>
|
||||||
</Html>
|
</Html>
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user