mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
fix admin controller to only serve if defined, and only from specified endpoints
This commit is contained in:
@@ -5,6 +5,6 @@ import react from "@astrojs/react";
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
output: "hybrid",
|
||||
integrations: [react()]
|
||||
output: "server",
|
||||
integrations: [react()],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user