mirror of
https://github.com/garethgeorge/backrest.git
synced 2025-12-11 16:25:39 +00:00
11 lines
194 B
TypeScript
Executable File
11 lines
194 B
TypeScript
Executable File
export default defineNuxtConfig({
|
|
extends: ["@nuxt-themes/docus"],
|
|
devtools: { enabled: true },
|
|
ssr: true,
|
|
|
|
app: {
|
|
baseURL: "/backrest/",
|
|
},
|
|
|
|
compatibilityDate: "2025-02-19",
|
|
}); |