1
0
Fork 0
mirror of https://github.com/mat-1/matdoesdev.git synced 2025-08-02 06:36:04 +00:00

ok now buttons

This commit is contained in:
mat 2024-01-01 00:41:29 -06:00
parent ae68cf254b
commit b7454335a7
3 changed files with 1 additions and 5 deletions

View file

@ -1,2 +1,2 @@
export const ssr = false
export const prerender = false
export const prerender = true

View file

@ -2,7 +2,6 @@
import { page } from '$app/stores'
import { writable } from 'svelte/store'
import './app.css'
import { buttonIndexFromHash, pageIndexFromName } from './88x31'
$: selectedPage = $page.url.pathname.split('/').pop()

View file

@ -36,9 +36,6 @@ const config = {
'/blog/uncovering-the-discord-twitch-bots',
'/blog/what-are-domain-hacks',
'/blog/who-is-mat',
'/buttons',
'/buttons/degrees',
'/buttons/stats',
],
handleHttpError: 'warn',
},