Skip to content

Commit

Permalink
fix title
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpepler committed Sep 4, 2024
1 parent e48c321 commit 00a836e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[i cant come to the office because...](jonpepler.github.io/icantcometotheofficebecause)
[i cant come to the office today because...](jonpepler.github.io/icantcometotheofficetodaybecause)
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "export",
basePath: "/icantcometotheofficebecause",
basePath: "/icantcometotheofficetodaybecause",
};

module.exports = nextConfig;
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "icantcometotheofficebecause",
"name": "icantcometotheofficetodaybecause",
"version": "0.1.0",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] });

export const metadata: Metadata = {
title: "icantcometotheofficebecause",
title: "icantcometotheofficetodaybecause",
};

export default function RootLayout({
Expand Down

0 comments on commit 00a836e

Please sign in to comment.