Skip to content

Commit

Permalink
Merge pull request #38 from tokyorubykaigi12/terfno/news
Browse files Browse the repository at this point in the history
refine news section.
  • Loading branch information
Terfno authored Dec 19, 2024
2 parents dce4640 + d8200c6 commit 11e1385
Show file tree
Hide file tree
Showing 27 changed files with 963 additions and 158 deletions.
3 changes: 2 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
// @ts-check
import { defineConfig } from "astro/config";
import preact from '@astrojs/preact';
import mdx from '@astrojs/mdx';

// https://astro.build/config
export default defineConfig({
site: "https://regional.rubykaigi.org",
base: "/tokyo12",
integrations: [preact()],
integrations: [preact(), mdx()],
});
Loading

0 comments on commit 11e1385

Please sign in to comment.