mirror of
https://github.com/MbinOrg/mbin-website.git
synced 2025-07-03 00:28:58 +00:00
9 lines
169 B
TypeScript
9 lines
169 B
TypeScript
import { defineConfig } from '@solidjs/start/config';
|
|
|
|
export default defineConfig({
|
|
ssr: false,
|
|
server: {
|
|
static: true,
|
|
baseURL: '/mbin-website/',
|
|
},
|
|
});
|