diff --git a/.gitignore b/.gitignore
index a3179f5..0feade1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,8 +34,9 @@ direct-*.html
*-test.svg
test-output-*.svg
test-results-*.md
-*.svg
+/*.svg
svg-preview.html
+!public/*.svg
# Lighthouse CI
.lighthouseci/
diff --git a/public/favicon.svg b/public/favicon.svg
new file mode 100644
index 0000000..71d6dcf
--- /dev/null
+++ b/public/favicon.svg
@@ -0,0 +1,4 @@
+
diff --git a/public/og-image.svg b/public/og-image.svg
new file mode 100644
index 0000000..6ff81f9
--- /dev/null
+++ b/public/og-image.svg
@@ -0,0 +1,33 @@
+
diff --git a/src/client/index.html b/src/client/index.html
index 3b0ff46..d74b190 100644
--- a/src/client/index.html
+++ b/src/client/index.html
@@ -19,7 +19,7 @@
-
+
@@ -32,7 +32,7 @@
-
+
@@ -124,9 +124,18 @@
-
+
diff --git a/vite.config.ts b/vite.config.ts
index be28eaa..4722a24 100644
--- a/vite.config.ts
+++ b/vite.config.ts
@@ -5,7 +5,7 @@ import path from 'path';
export default defineConfig({
plugins: [react()],
root: 'src/client',
- publicDir: '../../public-static',
+ publicDir: '../../public',
build: {
outDir: '../../dist',
emptyOutDir: true,