Skip to content

Commit 0d3107b

Browse files
authored
Add files via upload
1 parent 89ced0d commit 0d3107b

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "portfolio",
33
"private": true,
4+
"homepage": ".",
45
"scripts": {
56
"dev": "next dev",
67
"build": "next build",
@@ -20,7 +21,6 @@
2021
"@types/react": "17.0.38",
2122
"eslint": "8.7.0",
2223
"eslint-config-next": "12.0.8",
23-
"typescript": "4.5.4",
24-
"@netlify/plugin-nextjs": "^4.0.0"
24+
"typescript": "4.5.4"
2525
}
2626
}

pages/_app.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,15 @@ export default function MyApp({ Component, pageProps }: AppProps) {
4444
<title>{title}</title>
4545
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"></link>
4646
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YER8B5T7XX"></script>
47-
{/* <script>{analytics_script}</script> */}
4847

4948
<meta name="twitter:url" content="https://devplug.netlify.app" />
5049
<meta name="twitter:type" content="website" />
5150
<meta name="twitter:title" content="DEV PLUG" />
5251
<meta name="twitter:description" content="학생 개발자 PLUG에요!" />
5352
<meta name="twitter:image" content="https://repository-images.githubusercontent.com/450323911/44da9596-b21a-4b7c-8e94-c4e29934a931" />
5453
<meta name="twitter:card" content="summary_large_image" />
54+
55+
<base href="/" />
5556
</Head>
5657

5758
<Component {...pageProps} />

0 commit comments

Comments
 (0)