Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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 astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ export default defineConfig({
MarkdownContent: "./src/components/overrides/MarkdownContent.astro",
Sidebar: "./src/components/overrides/Sidebar.astro",
PageSidebar: "./src/components/overrides/PageSidebar.astro",
SiteTitle: "./src/components/overrides/SiteTitle.astro",
PageTitle: "./src/components/overrides/PageTitle.astro",
SocialIcons: "./src/components/overrides/SocialIcons.astro",
SkipLink: "./src/components/overrides/SkipLink.astro",
Expand All @@ -170,6 +169,7 @@ export default defineConfig({
"./src/mermaid.css",
"./src/table.css",
"./src/tailwind.css",
"./src/title.css",
"./src/tooltips.css",
],
pagination: false,
Expand Down
Loading
Loading