mirror of
https://github.com/smyalygames/anthonyberg-website.git
synced 2025-05-18 06:04: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 { Analytics } from '@vercel/analytics/react';
|
||||
|
||||
export default function Document() {
|
||||
const meta = {
|
||||
@ -25,6 +26,7 @@ export default function Document() {
|
||||
<body>
|
||||
<Main />
|
||||
<NextScript />
|
||||
<Analytics />
|
||||
</body>
|
||||
</Html>
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user