aboutsummaryrefslogtreecommitdiff
path: root/pages/posts/cgit-nginx-ubuntu/index.tsx
blob: b510b3b0112894f710034aabf9aa0163e106deba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// @ts-ignore
import md from './cgit-nginx-ubuntu.md';
import MarkdownPage from '../../../templates/MarkdownPage';

export default function cGitNGINXUbuntu() {
  return (
    <MarkdownPage
      md={md}
      path={'/posts/cgit-nginx-ubuntu'}
    />
  );
}