Skip to content

Commit

Permalink
push for main in ci and added keywords in metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
GokuxSS4 committed Feb 16, 2025
1 parent 1801c79 commit a315d95
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
- "**"
push:
branches:
- dev
- main
jobs:
linting-and-formatting:
Expand Down
11 changes: 11 additions & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,17 @@ export const metadata: Metadata = {
openGraph: {
images: "/opengraph-image.png",
},
keywords: [
"anime to watch",
"watch anime",
"anime online",
"free anime online",
"online anime",
"anime streaming",
"stream anime online",
"english anime",
"english dubbed anime",
],
};

export default function RootLayout({
Expand Down

0 comments on commit a315d95

Please sign in to comment.