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

jiafengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 7dcd5c5af94 change manifest start url (#82)
7dcd5c5af94 is described below

commit 7dcd5c5af9438ac5726f014ce64fb89ba470cd7a
Author: song7788q <[email protected]>
AuthorDate: Tue Sep 6 18:51:33 2022 +0800

    change manifest start url (#82)
---
 src/theme/DocItemFooter/index.js | 1 -
 static/manifest.json             | 4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/theme/DocItemFooter/index.js b/src/theme/DocItemFooter/index.js
index 5f29e39fbd4..94136957f50 100644
--- a/src/theme/DocItemFooter/index.js
+++ b/src/theme/DocItemFooter/index.js
@@ -40,7 +40,6 @@ function EditMetaRow({ editUrl, lastUpdatedAt, lastUpdatedBy, 
formattedLastUpdat
 export default function DocItemFooter(props) {
     const { content: DocContent } = props;
     const { metadata } = DocContent;
-    console.log(metadata);
     const { editUrl, lastUpdatedAt, formattedLastUpdatedAt, lastUpdatedBy, 
tags } = metadata;
     const canDisplayTagsRow = tags.length > 0;
     const canDisplayEditMetaRow = !!(editUrl || lastUpdatedAt || 
lastUpdatedBy);
diff --git a/static/manifest.json b/static/manifest.json
index 760392a1927..e58aba16fc9 100644
--- a/static/manifest.json
+++ b/static/manifest.json
@@ -4,8 +4,8 @@
     "theme_color": "#FFFFFF",
     "background_color": "#FFFFFF",
     "display": "standalone",
-    "scope": "./",
-    "start_url": "./index.html",
+    "scope": "https://doris.apache.org";,
+    "start_url": "https://doris.apache.org";,
     "related_applications": [
         {
             "platform": "webapp",


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to