aboutsummaryrefslogtreecommitdiff
path: root/pages/logs/cgit-nginx-ubuntu/index.tsx
blob: ccfe5d285b99a2aa9dbe962165577ab18ba18bcb (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={'/logs/cgit-nginx-ubuntu'}
    />
  );
}