aboutsummaryrefslogtreecommitdiff
path: root/pages/posts/cgit-nginx-ubuntu/index.tsx
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2021-07-21 00:47:36 -0500
committerFurkan Sahin <furkan-dev@proton.me>2021-07-21 00:47:36 -0500
commit1447a52a42e01049abe2e220ad31b030b0fee526 (patch)
tree4ff627dda288f1a6ca7e3ce49670e6b7b1f4ed0b /pages/posts/cgit-nginx-ubuntu/index.tsx
parentc67c69816f60f191433d27a1bb5ff0c021982307 (diff)
Rename posts -> logs
Diffstat (limited to 'pages/posts/cgit-nginx-ubuntu/index.tsx')
-rw-r--r--pages/posts/cgit-nginx-ubuntu/index.tsx12
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