Skip to content

Commit

Permalink
docs: fix css and assets not loading issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xandemon committed May 22, 2024
1 parent 6551a84 commit c5b965f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import tailwind from "@astrojs/tailwind";
export default defineConfig({
site: "https://xandemon.github.io",
base: "/developer-icons/docs",
publicDir: "/docs/assets",
publicDir: "./assets",
integrations: [
react(),
tailwind({
Expand Down

0 comments on commit c5b965f

Please sign in to comment.