Skip to content

Commit

Permalink
Merge pull request #52 from recursivezero/develop
Browse files Browse the repository at this point in the history
Develop merged with all PR merged
  • Loading branch information
recursivezero authored Mar 2, 2025
2 parents d7ae495 + 99272d9 commit 440cdb3
Show file tree
Hide file tree
Showing 50 changed files with 14,024 additions and 784 deletions.
1 change: 1 addition & 0 deletions .vscode/dictionaries/project-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ threadzip
Threazip
vaul
venv
Verdana
waitlist
werkzeug
3 changes: 2 additions & 1 deletion abcd.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@
"titleBar.activeBackground": "#abcd00",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#abcd0099",
"titleBar.inactiveForeground": "#15202b99"
"titleBar.inactiveForeground": "#15202b99",
"tab.activeBorder": "#d5ff01"
},
"files.exclude": {
"**/.git": false,
Expand Down
8 changes: 4 additions & 4 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
import mdx from "@astrojs/mdx";
import node from "@astrojs/node";
import react from "@astrojs/react";
import tailwind from "@astrojs/tailwind";
import { defineConfig } from "astro/config";
// import icon from "astro-icon";

// https://astro.build/config
export default defineConfig({
site: "https://parixan.xyz",
output: "static",
build: {
format: "file"
format: "directory"
},
prefetch: {
prefetchAll: true
Expand All @@ -20,7 +21,6 @@ export default defineConfig({
svg: true
},
integrations: [
// icons(),
mdx(),
react({
experimentalReactChildren: true
Expand All @@ -38,5 +38,5 @@ export default defineConfig({
exclude: ["@resvg/resvg-js"]
}
},
output: 'server',
adapter: node({ mode: "standalone" })
});
Loading

0 comments on commit 440cdb3

Please sign in to comment.