Skip to content

Commit

Permalink
fix: github build
Browse files Browse the repository at this point in the history
  • Loading branch information
Thuan Pham committed Oct 16, 2023
1 parent f26e382 commit 73fa681
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
import { defineConfig } from "astro/config";
import tailwind from "@astrojs/tailwind";
import compress from "astro-compress";
import robotsTxt from "astro-robots-txt";
import sitemap from "@astrojs/sitemap";

// https://astro.build/config
export default defineConfig({
site: "https://thuanowa.github.io",
base: "/link_in_bio_astro"
integrations: [tailwind(), compress(), robotsTxt(), sitemap()],
integrations: [tailwind(), robotsTxt(), sitemap()],
});
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"@astrojs/tailwind": "^3.1.3",
"@fontsource/comic-mono": "^4.5.3",
"astro": "^2.8.3",
"astro-compress": "^1.1.49",
"astro-icon": "^0.8.1",
"astro-robots-txt": "^0.5.0",
"postcss": "^8.4.26"
Expand Down

0 comments on commit 73fa681

Please sign in to comment.