Skip to content

Commit cb89318

Browse files
committed
changes
1 parent d7b59d6 commit cb89318

File tree

9 files changed

+8
-11
lines changed

9 files changed

+8
-11
lines changed

app/layout.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const inter = Inter({ subsets: ["latin"] })
99
export const metadata: Metadata = {
1010
title: "GitHubie",
1111
description: "Explore GitHub repositories with ease",
12-
generator: 'v0.dev'
12+
generator: 'v0.dev'
1313
}
1414

1515
export default function RootLayout({
@@ -19,14 +19,14 @@ export default function RootLayout({
1919
}>) {
2020
return (
2121
<html lang="en" suppressHydrationWarning>
22+
<head>
23+
<script defer data-domain="githubie.com" src="https://plausible.io/js/script.outbound-links.js"></script>
24+
</head>
2225
<body className={inter.className}>
2326
<ThemeProvider defaultTheme="system" attribute="class">
2427
{children}
2528
</ThemeProvider>
2629
</body>
2730
</html>
2831
)
29-
}
30-
31-
32-
import './globals.css'
32+
}

next.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ const nextConfig = {
1010
unoptimized: true,
1111
},
1212
output: 'export',
13-
basePath: process.env.NODE_ENV === 'production' ? '/githubie' : '',
14-
assetPrefix: process.env.NODE_ENV === 'production' ? '/githubie/' : '',
13+
// basePath: process.env.NODE_ENV === 'production' ? '/githubie' : '',
14+
// assetPrefix: process.env.NODE_ENV === 'production' ? '/githubie/' : '',
1515
}
1616

1717
export default nextConfig

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"build": "next build",
88
"start": "next start",
99
"lint": "next lint",
10-
"export": "next build && next export",
11-
"deploy": "gh-pages -d out"
10+
"deploy": "rm -rf out && npm run build && echo githubie.com > out/CNAME && gh-pages -d out"
1211
},
1312
"dependencies": {
1413
"@hookform/resolvers": "^3.9.1",

public/.nojekyll

Whitespace-only changes.

public/placeholder-logo.png

-958 Bytes
Binary file not shown.

public/placeholder-logo.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/placeholder-user.jpg

-2.55 KB
Binary file not shown.

public/placeholder.jpg

-1.56 KB
Binary file not shown.

public/placeholder.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)