Skip to content

Commit dd49a15

Browse files
committed
[RZB-2500048]: update astro and config; font added
1 parent d0c610a commit dd49a15

File tree

8 files changed

+271
-578
lines changed

8 files changed

+271
-578
lines changed

astro.config.mjs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ import node from "@astrojs/node";
33
import react from "@astrojs/react";
44
import tailwind from "@astrojs/tailwind";
55
import { defineConfig } from "astro/config";
6-
// import icon from "astro-icon";
76

87
// https://astro.build/config
98
export default defineConfig({
109
site: "https://parixan.xyz",
10+
output: "static",
1111
build: {
12-
format: "file"
12+
format: "directory"
1313
},
1414
prefetch: {
1515
prefetchAll: true
@@ -21,7 +21,6 @@ export default defineConfig({
2121
svg: true
2222
},
2323
integrations: [
24-
// icons(),
2524
mdx(),
2625
react({
2726
experimentalReactChildren: true
@@ -39,6 +38,5 @@ export default defineConfig({
3938
exclude: ["@resvg/resvg-js"]
4039
}
4140
},
42-
output: "server",
4341
adapter: node({ mode: "standalone" })
4442
});

0 commit comments

Comments
 (0)