We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f88f40d commit 6de43f7Copy full SHA for 6de43f7
astro.config.mjs
@@ -26,8 +26,8 @@ import { remarkReadingTime } from "./src/plugins/remark-reading-time.mjs";
26
27
// https://astro.build/config
28
export default defineConfig({
29
- site: "https://github.com/YashajinAlice/FuLinA.github.io",
30
- base: "/",
+ site: "https://YashajinAlice.github.io",
+ base: "/FuLinA.github.io/",
31
trailingSlash: "always",
32
integrations: [
33
tailwind({
0 commit comments