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:
parent
ae68cf254b
commit
b7454335a7
3 changed files with 1 additions and 5 deletions
|
@ -1,2 +1,2 @@
|
|||
export const ssr = false
|
||||
export const prerender = false
|
||||
export const prerender = true
|
||||
|
|
|
@ -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()
|
||||
|
||||
|
|
|
@ -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',
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue