Skip to content

Commit ed9aea0

Browse files
committed
fix: Sitemap 인식 오류 수정
1 parent 0cffd68 commit ed9aea0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

astro.config.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ import { remarkReadingTime } from "./src/plugins/remark-reading-time.mjs";
2626

2727
// https://astro.build/config
2828
export default defineConfig({
29-
site: "https://iftype.github.io",
30-
base: "/",
29+
site: "https://iftype.github.io/",
3130
trailingSlash: "always",
3231
integrations: [
3332
tailwind({

0 commit comments

Comments
 (0)