Skip to content

Commit c5ea049

Browse files
committed
fix: change site
1 parent 02d9e31 commit c5ea049

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

astro.config.mjs

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,13 @@ import { remarkReadingTime } from "./src/plugins/remark-reading-time.mjs";
2121

2222
// https://astro.build/config
2323
export default defineConfig({
24-
site: "https://fuwari.vercel.app/",
25-
base: "/",
24+
site: "https://wsafight.github.io",
25+
base: "personBlog",
2626
trailingSlash: "always",
2727
integrations: [
28-
tailwind(
29-
{
30-
nesting: true,
31-
}
32-
),
28+
tailwind({
29+
nesting: true,
30+
}),
3331
swup({
3432
theme: false,
3533
animationClass: "transition-swup-", // see https://swup.js.org/options/#animationselector

0 commit comments

Comments
 (0)