diff options
| author | 2020-10-12 13:35:49 +0100 | |
|---|---|---|
| committer | 2020-10-12 13:35:49 +0100 | |
| commit | 248a11219aa4731878380bd875450f15f9731c10 (patch) | |
| tree | 771dce48c977779f2af321632a75d63fa6d27f4c /public/index.html | |
| parent | Change build system away from create-react-app (diff) | |
Update app with new build system
Diffstat (limited to 'public/index.html')
| -rw-r--r-- | public/index.html | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/public/index.html b/public/index.html index 4393349..499ba4e 100644 --- a/public/index.html +++ b/public/index.html @@ -2,15 +2,15 @@  <html lang="en">    <head>      <meta charset="utf-8" /> -    <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> +    <link rel="icon" href="favicon.ico" />      <meta name="viewport" content="width=device-width, initial-scale=1" />      <meta name="theme-color" content="#7289DA" />      <meta        name="description"        content="Python Discord Forms is the surveying system for the Python Discord server."      /> -    <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> -    <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> +    <link rel="apple-touch-icon" href="/logo192.png" /> +    <link rel="manifest" href="/manifest.json" />      <title>Python Discord Forms</title>    </head>    <body> | 
