feat: fix faulty prefeching
This commit is contained in:
parent
7eb8eb5cdb
commit
43b1183e9a
2 changed files with 9 additions and 8 deletions
|
|
@ -19,7 +19,7 @@
|
||||||
// internal props
|
// internal props
|
||||||
if (!disablePrefetch ){
|
if (!disablePrefetch ){
|
||||||
props = {
|
props = {
|
||||||
"sveltekit:prefetch": true
|
"data-sveltekit-prefetch": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -9,12 +9,13 @@
|
||||||
export let errors;
|
export let errors;
|
||||||
|
|
||||||
let _SKILLS = [
|
let _SKILLS = [
|
||||||
{ name: 'React/Svelte', started: 2019 },
|
{ name: 'Web development (React/Svelte)', started: 2019 },
|
||||||
{ name: 'Scripting with Bash/Python', started: 2018 },
|
{ name: 'Scripting and automation (Bash/Python)', started: 2018 },
|
||||||
{ name: 'Java', started: 2013 },
|
{ name: 'Object oriented programming (Java)', started: 2013 },
|
||||||
{ name: 'LXC/Docker', started: 2021 },
|
{ name: 'Lightweight virtualisation (LXC/Docker)', started: 2021 },
|
||||||
{ name: 'FaaS', started: 2021 },
|
{ name: 'Container orchestration at scale (K8s)', started: 2022 },
|
||||||
{ name: 'git', started: 2016 },
|
{ name: 'Cloud Computing (AWS, Cloudflare)', started: 2021 },
|
||||||
|
{ name: 'git & GitOps', started: 2016 },
|
||||||
{ name: 'Linux administration (Debian)', started: 2017 },
|
{ name: 'Linux administration (Debian)', started: 2017 },
|
||||||
];
|
];
|
||||||
const SKILLS: Skill[] = _SKILLS.map((skill) => {
|
const SKILLS: Skill[] = _SKILLS.map((skill) => {
|
||||||
|
|
@ -38,7 +39,7 @@
|
||||||
{
|
{
|
||||||
name: 'Discretize.eu',
|
name: 'Discretize.eu',
|
||||||
href: 'https://discretize.eu',
|
href: 'https://discretize.eu',
|
||||||
description: 'Guiding players of the MMO Guild Wars 2',
|
description: 'Advanced player guide for the MMO Guild Wars 2',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'discretize-ui',
|
name: 'discretize-ui',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue