Skip to content

Commit 7067211

Browse files
authored
Merge pull request #50 from nguyenhy/refactor/astro
fix: correct astro `_astro` dir being ignore by github
2 parents 68f61c4 + aa83ee0 commit 7067211

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

astro.config.mjs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ import expressiveCode from "astro-expressive-code";
88

99
// https://astro.build/config
1010
export default defineConfig({
11-
site: "https://example.com",
11+
site: "https://nguyenhy.github.io",
1212
integrations: [expressiveCode(), mdx(), sitemap()],
13+
outDir: "./dist",
14+
build: {
15+
assets: "assets",
16+
},
1317
});

0 commit comments

Comments
 (0)