mirror of
https://github.com/cloudstack-llc/msty-docs.git
synced 2026-07-19 13:45:58 -04:00
12 lines
278 B
TypeScript
12 lines
278 B
TypeScript
// https://nuxt.com/docs/api/configuration/nuxt-config
|
|
export default defineNuxtConfig({
|
|
routeRules: {
|
|
"/": {
|
|
redirect: "/getting-started/onboarding",
|
|
},
|
|
},
|
|
devtools: { enabled: true },
|
|
extends: ["shadcn-docs-nuxt"],
|
|
compatibilityDate: "2024-07-02",
|
|
});
|