This commit is contained in:
grngxd 2025-06-08 20:00:31 +01:00
parent a5ecea4bbf
commit 5a54cdefb3
2 changed files with 0 additions and 5 deletions

View file

@ -1,4 +1,3 @@
import { staticAdapter } from "@builder.io/qwik-city/adapters/static/vite";
import { extendConfig } from "@builder.io/qwik-city/vite";
import baseConfig from "../../vite.config";
@ -11,9 +10,6 @@ export default extendConfig(baseConfig, () => {
},
},
plugins: [
staticAdapter({
origin: "https://yoursite.qwik.dev",
}),
],
};
});

View file

@ -1,6 +1,5 @@
export type StereoFile = {
ID: string;
Path: string;
Owner: string;
CreatedAt: string;
Size: number;