Skip to content

Commit 1d5ba62

Browse files
committed
fix(docs): remove missing favicon reference
Docusaurus config referenced img/favicon.ico which doesn't exist in static/img/. Removing the line lets Docusaurus fall back to its default favicon rather than serving a broken asset reference. https://claude.ai/code/session_011UQT9Yu7T3U3393WiDXemb
1 parent c8fd089 commit 1d5ba62

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

docs/docusaurus.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ import type * as Preset from '@docusaurus/preset-classic';
55
const config: Config = {
66
title: 'Game Server Deploy',
77
tagline: 'Cost-efficient multi-game dedicated server platform on AWS Fargate',
8-
favicon: 'img/favicon.ico',
9-
108
url: 'https://codercoco.github.io',
119
baseUrl: '/game-server-deploy/',
1210

0 commit comments

Comments
 (0)