mirror of
https://github.com/garethgeorge/backrest.git
synced 2025-12-12 00:35:34 +00:00
9 lines
158 B
TypeScript
Executable File
9 lines
158 B
TypeScript
Executable File
export default defineNuxtConfig({
|
|
extends: ["@nuxt-themes/docus"],
|
|
devtools: { enabled: true },
|
|
ssr: true,
|
|
app: {
|
|
baseURL: "/backrest/",
|
|
},
|
|
});
|