Skip to content

Commit

Permalink
feat(meta tags): update meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahbagyapan committed Oct 23, 2024
1 parent 63e200f commit 89dc350
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/_document.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import { Html, Head, Main, NextScript } from 'next/document'

export default function Document() {
const meta = {
title: 'Next.js Blog Starter Kit',
description: 'Clone and deploy your own Next.js portfolio in minutes.',
image: 'https://assets.vercel.com/image/upload/q_auto/front/vercel/dps.png'
title: 'Herkes için GNU/Linux ve Siber Güvenlik',
description: 'Topluluğumuz tarafından eğitimi verilen "Herkes için GNU/Linux ve Siber Güvenlik" kursunun dokümanlarını içerir',
image: 'public/images/pausiber-logo.png'
}

return (
Expand Down

0 comments on commit 89dc350

Please sign in to comment.