grim/www.reaperworld.com

Update the twitch subscribers list

3 months ago, Gary Kramlich
2026bada8a23
Update the twitch subscribers list
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
buildModules: [
'@nuxtjs/google-fonts'
],
googleFonts: {
download: true,
families: {
'Source Code Pro': {
wght: [400, 700],
}
}
},
})