Code for https://gm112.neocities.org/ gm112.neocities.org/

fix: address SSR bug with locale


chore: reinstate commented out section

+1 -3
+1 -1
app/pages/list.vue
··· 57 57 const moon_pearl = use_moon_pearl() 58 58 const { get_query_collection_builder } = use_content({ locale }) 59 59 const { data: posts } = useAsyncData( 60 - `posts_${locale}-${moon_pearl.activated.value}`, 60 + `posts_${locale.value}-${moon_pearl.activated.value}`, 61 61 async () => { 62 62 let query = get_query_collection_builder().order('date', 'DESC').order('time', 'ASC') 63 63
-2
content/blog/en/2026-02-27.md
··· 67 67 and [ffmpeg](https://www.ffmpeg.org/){target="\_blank"} from the 68 68 AUR and started with a script to generate the WAV files. 69 69 70 - <!-- 71 70 ::code-collapse 72 71 73 72 ::code-group{name="Click to see code! :D"} ··· 158 157 ``` 159 158 160 159 :: 161 - --> 162 160 163 161 This bone headed bit of code was stuffed into a GBVM Script in the project file, 164 162 and thankfully it was good enough to handle playback. Shoutouts to the GBVM and