From e61e0166c1fa9e0e12253e1cb2796ac4613d8c6d Mon Sep 17 00:00:00 2001 From: Conner Chu Date: Sun, 6 Jul 2025 14:46:48 +0200 Subject: [PATCH] analytics and speed pls --- public/404.html | 21 + public/categories/index.html | 21 + public/index.html | 21 + public/photography/index.html | 1973 +--------------------------- public/research/atas/index.html | 21 + public/research/index.html | 21 + public/research/jei/index.html | 21 + public/resume/index.html | 21 + public/tags/index.html | 21 + public/tidbits/airplane/index.html | 21 + public/tidbits/cga/index.html | 21 + public/tidbits/index.html | 21 + public/tidbits/sfft/index.html | 21 + public/tidbits/sfmm/index.html | 21 + public/tidbits/svd/index.html | 21 + vercel.json | 5 + 16 files changed, 320 insertions(+), 1952 deletions(-) create mode 100644 vercel.json diff --git a/public/404.html b/public/404.html index 8ddfbfa..140cac6 100644 --- a/public/404.html +++ b/public/404.html @@ -61,6 +61,27 @@ + + + + + + + + + + + + + diff --git a/public/categories/index.html b/public/categories/index.html index 4b1bb29..80ed95b 100644 --- a/public/categories/index.html +++ b/public/categories/index.html @@ -62,6 +62,27 @@ + + + + + + + + + + + + + diff --git a/public/index.html b/public/index.html index cee7246..5ab70f5 100644 --- a/public/index.html +++ b/public/index.html @@ -65,6 +65,27 @@ + + + + + + + + + + + + + diff --git a/public/photography/index.html b/public/photography/index.html index 60ddd05..5f91e39 100644 --- a/public/photography/index.html +++ b/public/photography/index.html @@ -67,6 +67,27 @@ + + + + + + + + + + + + + @@ -175,8 +196,6 @@ - - @@ -203,1956 +222,6 @@ diff --git a/public/research/atas/index.html b/public/research/atas/index.html index 45b6359..449fc3e 100644 --- a/public/research/atas/index.html +++ b/public/research/atas/index.html @@ -68,6 +68,27 @@ + + + + + + + + + + + + + diff --git a/public/research/index.html b/public/research/index.html index deefc11..8e3c9f9 100644 --- a/public/research/index.html +++ b/public/research/index.html @@ -64,6 +64,27 @@ + + + + + + + + + + + + + diff --git a/public/research/jei/index.html b/public/research/jei/index.html index ea8dd40..e161cff 100644 --- a/public/research/jei/index.html +++ b/public/research/jei/index.html @@ -68,6 +68,27 @@ + + + + + + + + + + + + + diff --git a/public/resume/index.html b/public/resume/index.html index 4a5b193..2134ccc 100644 --- a/public/resume/index.html +++ b/public/resume/index.html @@ -68,6 +68,27 @@ + + + + + + + + + + + + + diff --git a/public/tags/index.html b/public/tags/index.html index 4a87e18..f7a483c 100644 --- a/public/tags/index.html +++ b/public/tags/index.html @@ -62,6 +62,27 @@ + + + + + + + + + + + + + diff --git a/public/tidbits/airplane/index.html b/public/tidbits/airplane/index.html index ddba3ff..4788c78 100644 --- a/public/tidbits/airplane/index.html +++ b/public/tidbits/airplane/index.html @@ -71,6 +71,27 @@ Why do I always have to turn the volume of my earbuds higher when I am on an air + + + + + + + + + + + + + diff --git a/public/tidbits/cga/index.html b/public/tidbits/cga/index.html index c0c25a3..61669df 100644 --- a/public/tidbits/cga/index.html +++ b/public/tidbits/cga/index.html @@ -71,6 +71,27 @@ RailBlazer - RMC’s prototype single rail…a little rough around the edges! Fl + + + + + + + + + + + + + diff --git a/public/tidbits/index.html b/public/tidbits/index.html index 962af75..4eef731 100644 --- a/public/tidbits/index.html +++ b/public/tidbits/index.html @@ -64,6 +64,27 @@ + + + + + + + + + + + + + diff --git a/public/tidbits/sfft/index.html b/public/tidbits/sfft/index.html index edaf9d4..67e89c1 100644 --- a/public/tidbits/sfft/index.html +++ b/public/tidbits/sfft/index.html @@ -71,6 +71,27 @@ Iron Rattler - Two massive drops over a quarry wall make it my new favorite RMC. + + + + + + + + + + + + + diff --git a/public/tidbits/sfmm/index.html b/public/tidbits/sfmm/index.html index 67f0c34..a697a0f 100644 --- a/public/tidbits/sfmm/index.html +++ b/public/tidbits/sfmm/index.html @@ -71,6 +71,27 @@ Twisted Colossus - RMC, enough said! X2 - Pure chaos. Wonder Woman - Back seat o + + + + + + + + + + + + + diff --git a/public/tidbits/svd/index.html b/public/tidbits/svd/index.html index e14419b..4942637 100644 --- a/public/tidbits/svd/index.html +++ b/public/tidbits/svd/index.html @@ -68,6 +68,27 @@ + + + + + + + + + + + + + diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..e7abfa9 --- /dev/null +++ b/vercel.json @@ -0,0 +1,5 @@ +{ + "git": { + "submodule": true + } +}