You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by so...@apache.org on 2022/03/09 15:10:43 UTC

[dolphinscheduler-website] 01/01: fix: website 404.

This is an automated email from the ASF dual-hosted git repository.

songjian pushed a commit to branch songjianet-patch-1
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git

commit a6d730a24d4f2b573ef12cf4e399097e88df3154
Author: songjianet <17...@qq.com>
AuthorDate: Wed Mar 9 23:10:38 2022 +0800

    fix: website 404.
---
 src/pages/blog/blogItem.jsx | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/pages/blog/blogItem.jsx b/src/pages/blog/blogItem.jsx
index bd9eb5e..da6b464 100644
--- a/src/pages/blog/blogItem.jsx
+++ b/src/pages/blog/blogItem.jsx
@@ -1,7 +1,6 @@
 import React from 'react';
 import { autobind } from 'core-decorators';
 import { getLink } from '../../../utils';
-
 import './blogItem.scss';
 
 @autobind