Skip to content

Commit

Permalink
Fixed some minor bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Elias Ruiz Monserrat committed Jul 27, 2023
1 parent 84e3959 commit ccb158a
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions back4app.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ const { resolve } = require('path');
var Icons = Parse.Object.extend("Icons2");

let parseAppId = 'JPaQcFfEEQ1ePBxbf6wvzkPMEqKYHhPYv8boI1Rc';
let parseJsApi = 'LI8g9vlPT3tkABLfrgksAyZYXNm82KbdPXQuyT40';
let parseRestApi = 'FPpFOAadZPTgMjyAJwkzzraoYAwMZyxpQSQL6PBG';
let parseJsApi = 'm6CDglgxjbC14JOUlwzdl5Yjp2TCMvHJJfnT0H4L';
let parseRestApi = '8AiItnvMLbFUHP6ViJChzLm4WMwO1RbzqxeVVYCo';
let parseServerUrl = 'https://parseapi.back4app.com/';

Parse.initialize(parseAppId, parseJsApi, 'lPNcMx0IrqJfSziO4MP8CbjxODda8pLiBbYoWGBv');
Parse.initialize(parseAppId, parseJsApi, 'J3TG1fm6jeYldM12bK53RXOMIj2d77BI4K6LeK5Z');
Parse.serverURL = parseServerUrl;

var mainClass = Icons;
Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
</script>

<!-- Plausible analytics -->
<script defer data-domain="macosicons.com" src="https://stats.macosicons.com/js/index.js"></script>
<script defer data-domain="macosicons.com" src="https://plausible.io/js/script.js"></script>
<!-- <script defer data-domain="macosicons.com" src="/stats/js/script.js" data-api="/stats/api/event"></script> -->
<script async>window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }</script>

<!-- Instant.page -->
Expand Down
Binary file modified src/assets/WebBitesIcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/WebBitesIcon_original.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/WebbitesAd.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion vercel.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
"rewrites": [{ "source": "/(.*)", "destination": "/" }]
"rewrites": [
{ "source": "/(.*)", "destination": "/" }
]
}

0 comments on commit ccb158a

Please sign in to comment.