mirror of
https://github.com/TheRealOwenRees/chess-scribe-website.git
synced 2026-09-19 11:03:52 +00:00
Compare commits
3
Commits
51bfab5a64
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
24775870e2
|
||
|
|
a87e27e03f
|
||
|
|
6d2ba636ad
|
+2
-2
@@ -12,8 +12,8 @@ const config = defineConfig({
|
|||||||
resolve: { tsconfigPaths: true },
|
resolve: { tsconfigPaths: true },
|
||||||
plugins: [
|
plugins: [
|
||||||
devtools(),
|
devtools(),
|
||||||
nitro({ rollupConfig: { external: [/^@sentry\//] } }),
|
|
||||||
tailwindcss(),
|
tailwindcss(),
|
||||||
|
viteReact(),
|
||||||
tanstackStart({
|
tanstackStart({
|
||||||
prerender: {
|
prerender: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
@@ -36,7 +36,7 @@ const config = defineConfig({
|
|||||||
host: HOST_URL,
|
host: HOST_URL,
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
viteReact(),
|
nitro({ rollupConfig: { external: [/^@sentry\//] } }),
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user