Skip to content
Merged

gooo #11

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ import mdx from "@astrojs/mdx";
// https://astro.build/config
export default defineConfig({
site: "https://bethropolis.github.io",
base: '/gena',
base: '/plugin-system',
integrations: [tailwind(), sitemap(), mdx()]
});
4 changes: 2 additions & 2 deletions docs/src/content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ export const sidebarStructure = [
},
];

export const base = "/gena";
export const base = "/plugin-system";

export const docsDir = "docs";

export const githubUrl = "https://github.com/bethropolis/gena";
export const githubUrl = "https://github.com/bethropolis/plugin-system";