diff --git a/CONTRIBUTING/TEMPLATE.svelte b/CONTRIBUTING/TEMPLATE.svelte index 79430ba3c..a53639ba5 100644 --- a/CONTRIBUTING/TEMPLATE.svelte +++ b/CONTRIBUTING/TEMPLATE.svelte @@ -19,28 +19,9 @@ COMPONENT JS (w/ TS) //#region ➤ [MAIN] Package Imports // <-imports-go-here-> - //#region ➤ Svelte/SvelteKit Imports - // <-imports-go-here-> import { onMount } from 'svelte'; - //#endregion ➤ Svelte/SvelteKit Imports - - //#region ➤ Project Custom Imports - // <-imports-go-here-> import { viewport_change } from '$lib/utils/platform-functions'; - //#endregion ➤ Project Custom Imports - - //#region ➤ [PLUGIN] Firebase Imports - // <-imports-go-here-> - //#endregion ➤ [PLUGIN] Firebase Imports - - //#region ➤ Types Imports - // <-imports-go-here-> - //#endregion ➤ Types Imports - - //#region ➤ Assets Imports - // <-imports-go-here-> import profile_avatar from './assets/profile-avatar.svg'; - //#endregion ➤ Assets Imports //#endregion ➤ [MAIN] Package Imports diff --git a/src/app.html b/src/app.html index 7af323aaa..4824ecdf4 100644 --- a/src/app.html +++ b/src/app.html @@ -4,7 +4,11 @@ - [ℹ] YANDEX - ORIGINAL - [ℹ] GOOGLE V1 - ORIGINAL - [ℹ] GOOGLE V2 - NONCE BASED + [ℹ] 1. SMARTLOOK + [ℹ] 2. GOOGLE ANALYTICS --> - + > + - %sveltekit.head%
{ // ... verify if the response is error-free @@ -25,7 +25,7 @@ export async function get( if (dev) logErrorGroup( 'utils [DEV]', - `response: ${response}` + `response: ${JSON.stringify(response)}` ); throw new Error( 'Network response was not ok' @@ -34,6 +34,7 @@ export async function get( // ... return the data return response.json(); }); + return response; } /** @@ -54,7 +55,7 @@ export async function post( data ): Promise- No SEO Block Available -
-- Sorry, at this time there is no SEO data - available! -
-