mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-10 04:22:18 +00:00
Add Refine to framework order
This commit is contained in:
@@ -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', {
|
||||
|
||||
Reference in New Issue
Block a user