diff options
Diffstat (limited to 'pages/posts/cgit-nginx-ubuntu/index.tsx')
-rw-r--r-- | pages/posts/cgit-nginx-ubuntu/index.tsx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/pages/posts/cgit-nginx-ubuntu/index.tsx b/pages/posts/cgit-nginx-ubuntu/index.tsx deleted file mode 100644 index b510b3b..0000000 --- a/pages/posts/cgit-nginx-ubuntu/index.tsx +++ /dev/null @@ -1,12 +0,0 @@ -// @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'} - /> - ); -}
\ No newline at end of file |