worked on various things
This commit is contained in:
parent
f3cb35653e
commit
3c35b89250
18 changed files with 156 additions and 126 deletions
|
@ -1,14 +1,15 @@
|
|||
import { defineConfig } from "@solidjs/start/config";
|
||||
import solidSvg from "vite-plugin-solid-svg";
|
||||
import devtools from "solid-devtools/vite";
|
||||
import { build, fileURLToPath } from "bun";
|
||||
|
||||
export default defineConfig({
|
||||
vite: {
|
||||
plugins: [
|
||||
devtools({
|
||||
autoname: true,
|
||||
}),
|
||||
solidSvg(),
|
||||
// devtools({
|
||||
// autoname: true,
|
||||
// }),
|
||||
// solidSvg(),
|
||||
],
|
||||
},
|
||||
solid: {
|
||||
|
@ -19,7 +20,7 @@ export default defineConfig({
|
|||
server: {
|
||||
preset: "bun",
|
||||
prerender: {
|
||||
routes: ["/sitemaps.xml"],
|
||||
routes: ["/sitemap.xml"],
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue