diff options
| author | realtradam <[email protected]> | 2024-05-22 19:05:07 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2024-05-22 19:05:07 -0400 |
| commit | 5f1b0bb1883a8021c7261dad59e063824849fd81 (patch) | |
| tree | 7cc6f178256df3e7bd5556693fccbecf92034023 /index.html | |
| parent | 2330eb25d958df5a8e15bcc9f452ac703323d159 (diff) | |
| download | malcz.com-5f1b0bb1883a8021c7261dad59e063824849fd81.tar.gz malcz.com-5f1b0bb1883a8021c7261dad59e063824849fd81.zip | |
add prod/dev env vars
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,6 +29,6 @@ </head> <body> <div id="root"></div> - <script type="module" src="/src/main.tsx"></script> + <script type="module" src="/src/main.jsx"></script> </body> </html> |
