Skip to content

Commit 0d9fc9d

Browse files
committed
[RZB-2500048]: move cross json to assets/json
1 parent 9f8750a commit 0d9fc9d

File tree

8 files changed

+13037
-43
lines changed

8 files changed

+13037
-43
lines changed

astro.config.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import mdx from "@astrojs/mdx";
2+
import node from "@astrojs/node";
23
import react from "@astrojs/react";
34
import tailwind from "@astrojs/tailwind";
45
import { defineConfig } from "astro/config";
@@ -38,5 +39,6 @@ export default defineConfig({
3839
exclude: ["@resvg/resvg-js"]
3940
}
4041
},
41-
output: "server"
42+
output: "server",
43+
adapter: node({ mode: "standalone" })
4244
});

0 commit comments

Comments
 (0)