diff --git a/blog.config.ts b/blog.config.ts index e5a43f15..476fb145 100644 --- a/blog.config.ts +++ b/blog.config.ts @@ -2,7 +2,7 @@ import { IBlogConfig } from '@/types'; const config: IBlogConfig = { host: '0.0.0.0', - port: 9000, + port: 1818, enableHTTPS: false, mongoUrl: `mongodb://${process.env.BUILD_ENV === 'docker' ? 'database' : 'localhost'}:27017/iBlog_v2`, jwtSecret: 'myblogjsonwebtokensecretkey' diff --git a/components/LayoutFooter.vue b/components/LayoutFooter.vue index 2acfbaa6..28206196 100644 --- a/components/LayoutFooter.vue +++ b/components/LayoutFooter.vue @@ -2,12 +2,12 @@