Add stripe to ordering

This commit is contained in:
Vincent (Wen Yu) Ge
2024-01-03 21:23:48 +00:00
parent f64ce3018c
commit 2942eb5754

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', 'Refine'];
const framework_order = ['React', 'Vue', 'SvelteKit', 'Stripe', 'Refine'];
export async function load() {
const tutorialsGlob = import.meta.glob('./**/step-1/+page.markdoc', {