Skip to content

Commit 8062682

Browse files
Merge pull request #501 from microsoft/psl-bug-manifestissue
fix: commented the manifest.json in index.html to remove the CORS issue
2 parents 241b55b + a6fc754 commit 8062682

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/frontend/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
content="MACAE - Multi-Agent Custom Automation Engine"
1111
/>
1212
<link rel="apple-touch-icon" href="/contosoLogo.svg" />
13-
<link rel="manifest" href="/manifest.json" />
13+
<!-- <link rel="manifest" href="/manifest.json" /> -->
1414
<title>Multi-Agent - Custom Automation Engine</title>
1515
</head>
1616
<body>

src/frontend/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
content="MACAE - Multi-Agent Custom Automation Engine"
1111
/>
1212
<link rel="apple-touch-icon" href="/contosoLogo.svg" />
13-
<link rel="manifest" href="/manifest.json" />
13+
<!-- <link rel="manifest" href="/manifest.json" /> -->
1414
<title>MACAE</title>
1515
</head>
1616
<body>

0 commit comments

Comments
 (0)