Skip to content

Commit

Permalink
Merge pull request #1 from kmiguel10/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
kmiguel10 authored Oct 1, 2023
2 parents a248512 + 86bf246 commit 40e3672
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: npm install --global vercel

- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=preview --token=${{secrets.VERCEL_TOKENS}}
run: vercel pull --yes --environment=preview --token=${{secrets.VERCEL_TOKEN}}

- name: Build Project Artifacts
run: vercel build --token=${{secrets.VERCEL_TOKEN}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: npm install --global vercel

- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=production --token=${{secrets.VERCEL_TOKENS}}
run: vercel pull --yes --environment=production --token=${{secrets.VERCEL_TOKEN}}

- name: Build Project Artifacts
run: vercel build --prod -token=${{secrets.VERCEL_TOKEN}}
Expand Down
4 changes: 2 additions & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import { Inter } from "next/font/google";
const inter = Inter({ subsets: ["latin"] });

export const metadata: Metadata = {
title: "Create Next App",
description: "Generated by create next app",
title: "Kent Miguel",
description: "Kent Miguel Personal Website",
};

export default function RootLayout({
Expand Down

0 comments on commit 40e3672

Please sign in to comment.