Replies: 1 comment 6 replies
-
You can do this by adding import tutorialkit from "@tutorialkit/astro";
import { defineConfig } from "astro/config";
export default defineConfig({
integrations: [
tutorialkit({
defaultRoutes: "tutorial-only",
}),
],
}); Then create a This was implemented in #93 but is not documented yet. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It could be great to create a real homepage. It's not really a priority, actually I use a lesson page.
Beta Was this translation helpful? Give feedback.
All reactions