Skip to content

Commit

Permalink
Add video component
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitLib committed Sep 23, 2024
1 parent a863ffc commit 7f9a59e
Show file tree
Hide file tree
Showing 20 changed files with 694 additions and 8 deletions.
3 changes: 2 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import tailwind from "@astrojs/tailwind";
import react from "@astrojs/react";
import robotsTxt from "astro-robots-txt";
import { rehypeAccessibleEmojis } from "rehype-accessible-emojis";
import mdx from "@astrojs/mdx";

import sitemap from "@astrojs/sitemap";

Expand All @@ -13,5 +14,5 @@ export default defineConfig({
},
site: "https://digitlib.github.io",
base: "/digitalizacija",
integrations: [tailwind(), react(), robotsTxt(), sitemap()],
integrations: [tailwind(), react(), robotsTxt(), sitemap(), mdx()],
});
Loading

0 comments on commit 7f9a59e

Please sign in to comment.