Skip to content

Commit 91c658a

Browse files
authored
chore: change og data (#9)
1 parent 01686c6 commit 91c658a

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

docs/.vitepress/config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ import { defineConfig } from "vitepress";
33
export default defineConfig({
44
base: "/build-your-own-tanstack-query/",
55
title: "Build your own TanStack Query",
6+
description: "Build your own TanStack Query",
7+
head: [["link", { rel: "icon", href: "/build-your-own-tanstack-query/favicon.png" }]],
68
locales: {
79
root: { label: "한국어" }
810
},

docs/public/favicon.png

27.4 KB
Loading

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
65
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>How TanStack Query works?</title>
6+
<title>Build Your Won TanStack Query</title>
87
</head>
98
<body>
109
<div id="root"></div>

public/vite.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)