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