mirror of
https://github.com/JonasunderscoreJones/blog.jonasjones.dev.git
synced 2025-10-23 10:19:19 +02:00
added analytics tracking
This commit is contained in:
parent
979b8ceb16
commit
778932e9db
16 changed files with 719 additions and 1004 deletions
20
.svelte-kit/generated/client/app.js
Normal file
20
.svelte-kit/generated/client/app.js
Normal file
|
@ -0,0 +1,20 @@
|
|||
export { matchers } from './matchers.js';
|
||||
|
||||
export const nodes = [
|
||||
() => import('./nodes/0'),
|
||||
() => import('./nodes/1')
|
||||
];
|
||||
|
||||
export const server_loads = [];
|
||||
|
||||
export const dictionary = {
|
||||
|
||||
};
|
||||
|
||||
export const hooks = {
|
||||
handleError: (({ error }) => { console.error(error) }),
|
||||
|
||||
reroute: (() => {})
|
||||
};
|
||||
|
||||
export { default as root } from '../root.svelte';
|
Loading…
Add table
Add a link
Reference in a new issue