From b64a151e0f156b70989c9b7734f5414dc2abdc55 Mon Sep 17 00:00:00 2001 From: Justin Dorfman Date: Fri, 9 Jan 2026 12:07:23 -0800 Subject: [PATCH 1/2] Add .nojekyll step to disable Jekyll processing Ensures GitHub Pages doesn't process files with Jekyll, which can interfere with files that start with underscores or other special characters. --- .github/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4844ee7..0ec96f9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,6 +32,9 @@ jobs: - name: Build run: npm run build + - name: Disable Jekyll processing + run: touch docs/.nojekyll + - name: Setup Pages uses: actions/configure-pages@v5 From 514954fbaa8a5d9bca3bafc530c11df79d8263c0 Mon Sep 17 00:00:00 2001 From: Justin Dorfman Date: Fri, 9 Jan 2026 16:23:05 -0800 Subject: [PATCH 2/2] Add SVG favicon matching header logo Replace PNG favicon with an SVG version using the same Sourcegraph logo displayed in the header, with the primary (#F34E3F) and secondary (#FF7867) brand colors. --- src/app.html | 2 +- static/favicon.svg | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 static/favicon.svg diff --git a/src/app.html b/src/app.html index 2bf7cd4..bd3338f 100644 --- a/src/app.html +++ b/src/app.html @@ -2,7 +2,7 @@ - + diff --git a/static/favicon.svg b/static/favicon.svg new file mode 100644 index 0000000..e37206b --- /dev/null +++ b/static/favicon.svg @@ -0,0 +1,4 @@ + + + +