Add Refine to framework order

This commit is contained in:
Vincent (Wen Yu) Ge
2023-12-22 21:29:54 +00:00
parent ad9d3c4ca6
commit 808b236d66

View File

@@ -1,7 +1,7 @@
import { base } from '$app/paths';
import type { Tutorial } from '$markdoc/layouts/Tutorial.svelte';
const framework_order = ['React', 'Vue', 'SvelteKit'];
const framework_order = ['React', 'Vue', 'SvelteKit', 'Refine'];
export async function load() {
const tutorialsGlob = import.meta.glob('./**/step-1/+page.markdoc', {