This is an automated email from the ASF dual-hosted git repository.
pingsutw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine.git
The following commit(s) were added to refs/heads/master by this push:
new 998ced2 SUBMARINE-996. Submarine logo 404 not found
998ced2 is described below
commit 998ced28bb553ad8753f9d73b5f3d20c1ccb7222
Author: MortalHappiness <[email protected]>
AuthorDate: Fri Aug 27 15:41:50 2021 +0800
SUBMARINE-996. Submarine logo 404 not found
### What is this PR for?
The submarine logo image cannot be loaded on submarine.apache.org

### What type of PR is it?
[Bug Fix]
### Todos
### What is the Jira issue?
https://issues.apache.org/jira/projects/SUBMARINE/issues/SUBMARINE-996?filter=myopenissues
### How should this be tested?
### Screenshots (if appropriate)
Fixed:

### Questions:
* Do the license files need updating? No
* Are there breaking changes for older versions? No
* Does this need new documentation? No
Author: MortalHappiness <[email protected]>
Signed-off-by: Kevin <[email protected]>
Closes #726 from MortalHappiness/SUBMARINE-996 and squashes the following
commits:
d6f46118 [MortalHappiness] SUBMARINE-996. Submarine logo 404 not found
---
website/docusaurus.config.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index 4c2cf90..f29696c 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -32,7 +32,7 @@ module.exports = {
title: 'Apache Submarine',
logo: {
alt: 'Apache Submarine Site Logo',
- src:
'https://github.com/apache/submarine/blob/master/website/docs/assets/128-black.png?raw=true',
+ src: 'img/icons/128.png',
},
items: [
{
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]