OOKNET                             [ /  search the index  ]  
──────────────────────────────────────────────────────────────────────────────────────
══════════════════════════════════════════════════════════════════════════════════════
OOKNET   [ /  search  ]  
────────────────────────────────────────────────
════════════════════════════════════════════════
 
 
master @ 15 LINES
 
[ HISTORY ]  [ UP ]
 

import { defineConfig } from "astro/config";
import { rehypeAscii } from "./src/lib/rehype-ascii";
import { remarkWikilinks } from "./src/lib/remark-wikilinks";

export default defineConfig({
  site: "https://ooknet.org",
  markdown: {
    syntaxHighlight: false,
    // og ascii: no smart quotes, no em dashes, no ellipsis glyphs
    smartypants: false,
    remarkPlugins: [remarkWikilinks],
    rehypePlugins: [rehypeAscii],
  },
});

import { defineConfig } from "astro/config";
import { rehypeAscii } from "./src/lib/rehyp
e-ascii";
import { remarkWikilinks } from "./src/lib/r
emark-wikilinks";

export default defineConfig({
  site: "https://ooknet.org",
  markdown: {
    syntaxHighlight: false,
    // og ascii: no smart quotes, no em dash
es, no ellipsis glyphs
    smartypants: false,
    remarkPlugins: [remarkWikilinks],
    rehypePlugins: [rehypeAscii],
  },
});
 
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET