Skip to content

Commit

Permalink
Update head.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspermayone committed Apr 30, 2024
1 parent 08d1d27 commit 69df108
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions components/head.js
@@ -1,14 +1,13 @@
import Head from 'next/head'

export default function HeadObject({children}) {
const title = "The Perfect Next.js Theme";
const description = "This is the perfect Next.js theme that you should use instead of create-next-app.";
const searchBarColor = "#ffffff"; // This is your Safari 15 Search Bar Color in Light Mode
const title = "Ham Club";
const description = "Earn your Callsign, Get a radio.";
// const searchBarColor = "#ffffff"; // This is your Safari 15 Search Bar Color in Light Mode
//const darkSearchBarColor = "#000000"; // This is your Safari 15 Search Bar Color in Dark Mode (optional)
const keywords = "put some fun keywords here";
const author = "Sarthak Mohanty";
const twitter = "@sarthaktexas";
const url = "http://localhost:3000"; // This is your og:url or domain (optional but recommended)
// const keywords = "put some fun keywords here";
// const author = "Sarthak Mohanty";
const url = "https://ham.hackclub.com"; // This is your og:url or domain (optional but recommended)
//const image = "/ogimage.png"; // This is your OpenGraph image
return (
<Head>
Expand Down

0 comments on commit 69df108

Please sign in to comment.