From 2e7f94a7a0a61454eb090e774b4df01acd46829b Mon Sep 17 00:00:00 2001 From: Bastien Dumont <bdumont@grandlyon.com> Date: Wed, 27 Sep 2023 13:42:40 +0200 Subject: [PATCH] remove %PUBLIC comment --- index.html | 9 --------- 1 file changed, 9 deletions(-) diff --git a/index.html b/index.html index 90f8a25d..514236b0 100644 --- a/index.html +++ b/index.html @@ -20,15 +20,6 @@ rel="stylesheet" href="https://cdn.jsdelivr.net/npm/ag-grid-community@30.1.0/styles/ag-theme-alpine.css" /> - <!-- - Notice the use of public in the tags above. - It will be replaced with the URL of the `public` folder during the build. - Only files inside the `public` folder can be referenced from the HTML. - - Unlike "/favicon.ico" or "favicon.ico", "public/favicon.ico" will - work correctly both with client-side routing and a non-root public URL. - Learn how to configure a non-root public URL by running `npm run build`. - --> <title>Ecolyo - Agent</title> <meta property="og:url" content="public" /> <meta property="og:type" content="website" /> -- GitLab