Skip to content

Commit c76e79d

Browse files
committed
Fix blog embed title
1 parent 392b011 commit c76e79d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type {Config} from '@docusaurus/types';
33
import type * as Preset from '@docusaurus/preset-classic';
44

55
const config: Config = {
6-
title: 'Graphics Programming Discord Server Blog',
6+
title: 'Graphics Programming Discord Server',
77
tagline: 'Articles, guides, tips and tricks from and for frogs and forgis of the graphics programming discord',
88
favicon: 'img/favicon.ico',
99

0 commit comments

Comments
 (0)