diff options
| author | lonkaars <loek@pipeframe.xyz> | 2021-04-24 10:07:21 +0200 |
|---|---|---|
| committer | lonkaars <loek@pipeframe.xyz> | 2021-04-24 10:07:21 +0200 |
| commit | 00082f5f23f70f01da9eaa24ab42abee5974f33f (patch) | |
| tree | 3e8fef99c05a96ea203b8f9593bbe75e33a5f43d /pages | |
| parent | 50c54c43441d7a0bb80d20f5cd2142adbc3ccd64 (diff) | |
added beta message to home page
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/index.tsx b/pages/index.tsx index 7d77269..87a7bc1 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -19,7 +19,7 @@ import Icon from '@mdi/react'; import { ArticleMeta, getStaticProps as getBlogPage, RenderedArticle } from './blog/[post]'; // edit this to change the post displayed on the home page -var posts = ['cool_test_article']; +var posts = ['beta']; function LoginOrRegisterBox() { return <div className='inner'> |