Skip to content

Commit

Permalink
fix: remove unecessary config
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcnk committed Aug 31, 2024
1 parent 29f7912 commit 6ac9573
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import tailwind from "@astrojs/tailwind";

// https://astro.build/config
export default defineConfig({
site: "https://palladians.github.io",
base: "xyz",
site: "https://palladians.xyz",
integrations: [tailwind()],
});
Binary file modified bun.lockb
Binary file not shown.

0 comments on commit 6ac9573

Please sign in to comment.