Builds in production
This commit is contained in:
@@ -25,6 +25,7 @@ export const load: PageServerLoad = ({ fetch, getClientAddress }) => {
|
||||
return {
|
||||
config,
|
||||
serviceData,
|
||||
location: getClientAddress(),
|
||||
privateAccess: clientAddressIsPrivate(getClientAddress(), privateConfig)
|
||||
};
|
||||
};
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
<footer class="flex h-8 w-full flex-row">
|
||||
<div class="mx-auto">
|
||||
Made with ♥ by atuleu.
|
||||
Made with ♥ by atuleu. Your IP: {data.location}.
|
||||
{#if data.privateAccess === true}
|
||||
Private view
|
||||
{:else}
|
||||
|
||||
Reference in New Issue
Block a user