-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
20cc1d9
commit 19dd1ca
Showing
56 changed files
with
4,805 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,3 +33,5 @@ test-results/ | |
playwright-report/ | ||
|
||
.vscode/* | ||
dist | ||
.output |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
|
||
import { updateAppConfig } from '#app/config' | ||
import { defuFn } from 'defu' | ||
|
||
const inlineConfig = { | ||
"nuxt": { | ||
"buildId": "3b7c923c-31e1-4fb5-bfaa-a607d400def0" | ||
} | ||
} | ||
|
||
// Vite - webpack is handled directly in #app/config | ||
if (import.meta.hot) { | ||
import.meta.hot.accept((newModule) => { | ||
updateAppConfig(newModule.default) | ||
}) | ||
} | ||
|
||
|
||
|
||
export default /*@__PURE__*/ defuFn(inlineConfig) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"body":"[{\"data\":1,\"prerenderedAt\":3},[\"Reactive\",2],{},1714981108540]","statusCode":200,"statusMessage":"","headers":{"content-type":"application/json;charset=utf-8","x-powered-by":"Nuxt"}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,110 @@ | ||
|
||
interface _GlobalComponents { | ||
'AppFooter': typeof import("../components/AppFooter.vue")['default'] | ||
'AppHeader': typeof import("../components/AppHeader.vue")['default'] | ||
'NuxtWelcome': typeof import("../node_modules/@nuxt/ui-templates/dist/templates/welcome.vue")['default'] | ||
'NuxtLayout': typeof import("../node_modules/nuxt/dist/app/components/nuxt-layout")['default'] | ||
'NuxtErrorBoundary': typeof import("../node_modules/nuxt/dist/app/components/nuxt-error-boundary")['default'] | ||
'ClientOnly': typeof import("../node_modules/nuxt/dist/app/components/client-only")['default'] | ||
'DevOnly': typeof import("../node_modules/nuxt/dist/app/components/dev-only")['default'] | ||
'ServerPlaceholder': typeof import("../node_modules/nuxt/dist/app/components/server-placeholder")['default'] | ||
'NuxtLink': typeof import("../node_modules/nuxt/dist/app/components/nuxt-link")['default'] | ||
'NuxtLoadingIndicator': typeof import("../node_modules/nuxt/dist/app/components/nuxt-loading-indicator")['default'] | ||
'NuxtIsland': typeof import("../node_modules/nuxt/dist/app/components/nuxt-island")['default'] | ||
'NuxtImg': typeof import("../node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtImg'] | ||
'NuxtPicture': typeof import("../node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtPicture'] | ||
'NuxtPage': typeof import("../node_modules/nuxt/dist/pages/runtime/page")['default'] | ||
'NoScript': typeof import("../node_modules/nuxt/dist/head/runtime/components")['NoScript'] | ||
'Link': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Link'] | ||
'Base': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Base'] | ||
'Title': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Title'] | ||
'Meta': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Meta'] | ||
'Style': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Style'] | ||
'Head': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Head'] | ||
'Html': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Html'] | ||
'Body': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Body'] | ||
'LazyAppFooter': typeof import("../components/AppFooter.vue")['default'] | ||
'LazyAppHeader': typeof import("../components/AppHeader.vue")['default'] | ||
'LazyNuxtWelcome': typeof import("../node_modules/@nuxt/ui-templates/dist/templates/welcome.vue")['default'] | ||
'LazyNuxtLayout': typeof import("../node_modules/nuxt/dist/app/components/nuxt-layout")['default'] | ||
'LazyNuxtErrorBoundary': typeof import("../node_modules/nuxt/dist/app/components/nuxt-error-boundary")['default'] | ||
'LazyClientOnly': typeof import("../node_modules/nuxt/dist/app/components/client-only")['default'] | ||
'LazyDevOnly': typeof import("../node_modules/nuxt/dist/app/components/dev-only")['default'] | ||
'LazyServerPlaceholder': typeof import("../node_modules/nuxt/dist/app/components/server-placeholder")['default'] | ||
'LazyNuxtLink': typeof import("../node_modules/nuxt/dist/app/components/nuxt-link")['default'] | ||
'LazyNuxtLoadingIndicator': typeof import("../node_modules/nuxt/dist/app/components/nuxt-loading-indicator")['default'] | ||
'LazyNuxtIsland': typeof import("../node_modules/nuxt/dist/app/components/nuxt-island")['default'] | ||
'LazyNuxtImg': typeof import("../node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtImg'] | ||
'LazyNuxtPicture': typeof import("../node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtPicture'] | ||
'LazyNuxtPage': typeof import("../node_modules/nuxt/dist/pages/runtime/page")['default'] | ||
'LazyNoScript': typeof import("../node_modules/nuxt/dist/head/runtime/components")['NoScript'] | ||
'LazyLink': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Link'] | ||
'LazyBase': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Base'] | ||
'LazyTitle': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Title'] | ||
'LazyMeta': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Meta'] | ||
'LazyStyle': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Style'] | ||
'LazyHead': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Head'] | ||
'LazyHtml': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Html'] | ||
'LazyBody': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Body'] | ||
} | ||
|
||
declare module '@vue/runtime-core' { | ||
export interface GlobalComponents extends _GlobalComponents { } | ||
} | ||
|
||
declare module '@vue/runtime-dom' { | ||
export interface GlobalComponents extends _GlobalComponents { } | ||
} | ||
|
||
declare module 'vue' { | ||
export interface GlobalComponents extends _GlobalComponents { } | ||
} | ||
|
||
export const AppFooter: typeof import("../components/AppFooter.vue")['default'] | ||
export const AppHeader: typeof import("../components/AppHeader.vue")['default'] | ||
export const NuxtWelcome: typeof import("../node_modules/@nuxt/ui-templates/dist/templates/welcome.vue")['default'] | ||
export const NuxtLayout: typeof import("../node_modules/nuxt/dist/app/components/nuxt-layout")['default'] | ||
export const NuxtErrorBoundary: typeof import("../node_modules/nuxt/dist/app/components/nuxt-error-boundary")['default'] | ||
export const ClientOnly: typeof import("../node_modules/nuxt/dist/app/components/client-only")['default'] | ||
export const DevOnly: typeof import("../node_modules/nuxt/dist/app/components/dev-only")['default'] | ||
export const ServerPlaceholder: typeof import("../node_modules/nuxt/dist/app/components/server-placeholder")['default'] | ||
export const NuxtLink: typeof import("../node_modules/nuxt/dist/app/components/nuxt-link")['default'] | ||
export const NuxtLoadingIndicator: typeof import("../node_modules/nuxt/dist/app/components/nuxt-loading-indicator")['default'] | ||
export const NuxtIsland: typeof import("../node_modules/nuxt/dist/app/components/nuxt-island")['default'] | ||
export const NuxtImg: typeof import("../node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtImg'] | ||
export const NuxtPicture: typeof import("../node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtPicture'] | ||
export const NuxtPage: typeof import("../node_modules/nuxt/dist/pages/runtime/page")['default'] | ||
export const NoScript: typeof import("../node_modules/nuxt/dist/head/runtime/components")['NoScript'] | ||
export const Link: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Link'] | ||
export const Base: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Base'] | ||
export const Title: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Title'] | ||
export const Meta: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Meta'] | ||
export const Style: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Style'] | ||
export const Head: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Head'] | ||
export const Html: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Html'] | ||
export const Body: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Body'] | ||
export const LazyAppFooter: typeof import("../components/AppFooter.vue")['default'] | ||
export const LazyAppHeader: typeof import("../components/AppHeader.vue")['default'] | ||
export const LazyNuxtWelcome: typeof import("../node_modules/@nuxt/ui-templates/dist/templates/welcome.vue")['default'] | ||
export const LazyNuxtLayout: typeof import("../node_modules/nuxt/dist/app/components/nuxt-layout")['default'] | ||
export const LazyNuxtErrorBoundary: typeof import("../node_modules/nuxt/dist/app/components/nuxt-error-boundary")['default'] | ||
export const LazyClientOnly: typeof import("../node_modules/nuxt/dist/app/components/client-only")['default'] | ||
export const LazyDevOnly: typeof import("../node_modules/nuxt/dist/app/components/dev-only")['default'] | ||
export const LazyServerPlaceholder: typeof import("../node_modules/nuxt/dist/app/components/server-placeholder")['default'] | ||
export const LazyNuxtLink: typeof import("../node_modules/nuxt/dist/app/components/nuxt-link")['default'] | ||
export const LazyNuxtLoadingIndicator: typeof import("../node_modules/nuxt/dist/app/components/nuxt-loading-indicator")['default'] | ||
export const LazyNuxtIsland: typeof import("../node_modules/nuxt/dist/app/components/nuxt-island")['default'] | ||
export const LazyNuxtImg: typeof import("../node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtImg'] | ||
export const LazyNuxtPicture: typeof import("../node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtPicture'] | ||
export const LazyNuxtPage: typeof import("../node_modules/nuxt/dist/pages/runtime/page")['default'] | ||
export const LazyNoScript: typeof import("../node_modules/nuxt/dist/head/runtime/components")['NoScript'] | ||
export const LazyLink: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Link'] | ||
export const LazyBase: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Base'] | ||
export const LazyTitle: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Title'] | ||
export const LazyMeta: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Meta'] | ||
export const LazyStyle: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Style'] | ||
export const LazyHead: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Head'] | ||
export const LazyHtml: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Html'] | ||
export const LazyBody: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Body'] | ||
|
||
export const componentNames: string[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
export { isVue2, isVue3 } from 'vue-demi'; | ||
export { defineNuxtLink } from '#app/components/nuxt-link'; | ||
export { useNuxtApp, tryUseNuxtApp, defineNuxtPlugin, definePayloadPlugin, useRuntimeConfig, defineAppConfig } from '#app/nuxt'; | ||
export { requestIdleCallback, cancelIdleCallback } from '#app/compat/idle-callback'; | ||
export { setInterval } from '#app/compat/interval'; | ||
export { useAppConfig, updateAppConfig } from '#app/config'; | ||
export { defineNuxtComponent } from '#app/composables/component'; | ||
export { useAsyncData, useLazyAsyncData, useNuxtData, refreshNuxtData, clearNuxtData } from '#app/composables/asyncData'; | ||
export { useHydration } from '#app/composables/hydrate'; | ||
export { callOnce } from '#app/composables/once'; | ||
export { useState, clearNuxtState } from '#app/composables/state'; | ||
export { clearError, createError, isNuxtError, showError, useError } from '#app/composables/error'; | ||
export { useFetch, useLazyFetch } from '#app/composables/fetch'; | ||
export { useCookie, refreshCookie } from '#app/composables/cookie'; | ||
export { prerenderRoutes, useRequestHeader, useRequestHeaders, useRequestEvent, useRequestFetch, setResponseStatus } from '#app/composables/ssr'; | ||
export { onNuxtReady } from '#app/composables/ready'; | ||
export { preloadComponents, prefetchComponents, preloadRouteComponents } from '#app/composables/preload'; | ||
export { abortNavigation, addRouteMiddleware, defineNuxtRouteMiddleware, setPageLayout, navigateTo, useRoute, useRouter } from '#app/composables/router'; | ||
export { isPrerendered, loadPayload, preloadPayload, definePayloadReducer, definePayloadReviver } from '#app/composables/payload'; | ||
export { useLoadingIndicator } from '#app/composables/loading-indicator'; | ||
export { getAppManifest, getRouteRules } from '#app/composables/manifest'; | ||
export { reloadNuxtApp } from '#app/composables/chunk'; | ||
export { useRequestURL } from '#app/composables/url'; | ||
export { usePreviewMode } from '#app/composables/preview'; | ||
export { useId } from '#app/composables/id'; | ||
export { onBeforeRouteLeave, onBeforeRouteUpdate, useLink } from '#vue-router'; | ||
export { withCtx, withDirectives, withKeys, withMemo, withModifiers, withScopeId, onActivated, onBeforeMount, onBeforeUnmount, onBeforeUpdate, onDeactivated, onErrorCaptured, onMounted, onRenderTracked, onRenderTriggered, onServerPrefetch, onUnmounted, onUpdated, computed, customRef, isProxy, isReactive, isReadonly, isRef, markRaw, proxyRefs, reactive, readonly, ref, shallowReactive, shallowReadonly, shallowRef, toRaw, toRef, toRefs, triggerRef, unref, watch, watchEffect, watchPostEffect, watchSyncEffect, isShallow, effect, effectScope, getCurrentScope, onScopeDispose, defineComponent, defineAsyncComponent, resolveComponent, getCurrentInstance, h, inject, hasInjectionContext, nextTick, provide, defineModel, defineOptions, defineSlots, mergeModels, toValue, useModel, useAttrs, useCssModule, useCssVars, useSlots, useTransitionState, Component, ComponentPublicInstance, ComputedRef, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode } from 'vue'; | ||
export { injectHead, useHead, useSeoMeta, useHeadSafe, useServerHead, useServerSeoMeta, useServerHeadSafe } from '@unhead/vue'; | ||
export { definePageMeta } from '../node_modules/nuxt/dist/pages/runtime/composables'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"id":"3b7c923c-31e1-4fb5-bfaa-a607d400def0","timestamp":1714981104999} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"id":"3b7c923c-31e1-4fb5-bfaa-a607d400def0","timestamp":1714981104999,"matcher":{"static":{},"wildcard":{},"dynamic":{}},"prerendered":["/"]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
// Generated by nuxi | ||
/// <reference types="@nuxt/devtools" /> | ||
/// <reference types="@nuxt/telemetry" /> | ||
/// <reference types="nuxt" /> | ||
/// <reference path="types/plugins.d.ts" /> | ||
/// <reference path="types/schema.d.ts" /> | ||
/// <reference path="types/app.config.d.ts" /> | ||
/// <reference types="vite/client" /> | ||
/// <reference path="vue-router-stub.d.ts" /> | ||
/// <reference types="vue-router" /> | ||
/// <reference path="types/middleware.d.ts" /> | ||
/// <reference path="types/layouts.d.ts" /> | ||
/// <reference path="components.d.ts" /> | ||
/// <reference path="imports.d.ts" /> | ||
/// <reference path="types/imports.d.ts" /> | ||
/// <reference path="schema/nuxt.schema.d.ts" /> | ||
/// <reference path="types/nitro.d.ts" /> | ||
|
||
export {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
const _messages = {"appName":"Nuxt","version":"","statusCode":500,"statusMessage":"Server error","description":"This page is temporarily unavailable."}; | ||
const _render = function({ messages }) { | ||
var __t, __p = ''; | ||
__p += '<!DOCTYPE html><html data-critters-container><head><title>' + | ||
((__t = ( messages.statusCode )) == null ? '' : __t) + | ||
' - ' + | ||
((__t = ( messages.statusMessage )) == null ? '' : __t) + | ||
' | ' + | ||
((__t = ( messages.appName )) == null ? '' : __t) + | ||
'</title><meta charset="utf-8"><meta content="width=device-width,initial-scale=1,minimum-scale=1" name="viewport"><style>.spotlight{background:linear-gradient(45deg, #00DC82 0%, #36E4DA 50%, #0047E1 100%);filter:blur(20vh)}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:var(--un-default-border-color, #e5e7eb)}:before,:after{--un-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}h1{font-size:inherit;font-weight:inherit}h1,p{margin:0}*,:before,:after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }.fixed{position:fixed}.-bottom-1\\/2{bottom:-50%}.left-0{left:0}.right-0{right:0}.grid{display:grid}.mb-16{margin-bottom:4rem}.mb-8{margin-bottom:2rem}.h-1\\/2{height:50%}.max-w-520px{max-width:520px}.min-h-screen{min-height:100vh}.place-content-center{place-content:center}.overflow-hidden{overflow:hidden}.bg-white{--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity))}.px-8{padding-left:2rem;padding-right:2rem}.text-center{text-align:center}.text-8xl{font-size:6rem;line-height:1}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-black{--un-text-opacity:1;color:rgb(0 0 0 / var(--un-text-opacity))}.font-light{font-weight:300}.font-medium{font-weight:500}.leading-tight{line-height:1.25}.font-sans{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme: dark){.dark\\:bg-black{--un-bg-opacity:1;background-color:rgb(0 0 0 / var(--un-bg-opacity))}.dark\\:text-white{--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}}@media (min-width: 640px){.sm\\:px-0{padding-left:0;padding-right:0}.sm\\:text-4xl{font-size:2.25rem;line-height:2.5rem}}</style><script>(function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const e of document.querySelectorAll(\'link[rel="modulepreload"]\'))i(e);new MutationObserver(e=>{for(const r of e)if(r.type==="childList")for(const o of r.addedNodes)o.tagName==="LINK"&&o.rel==="modulepreload"&&i(o)}).observe(document,{childList:!0,subtree:!0});function s(e){const r={};return e.integrity&&(r.integrity=e.integrity),e.referrerPolicy&&(r.referrerPolicy=e.referrerPolicy),e.crossOrigin==="use-credentials"?r.credentials="include":e.crossOrigin==="anonymous"?r.credentials="omit":r.credentials="same-origin",r}function i(e){if(e.ep)return;e.ep=!0;const r=s(e);fetch(e.href,r)}})();</script></head><body class="font-sans antialiased bg-white dark:bg-black text-black dark:text-white grid min-h-screen place-content-center overflow-hidden"><div class="fixed -bottom-1/2 left-0 right-0 h-1/2 spotlight"></div><div class="max-w-520px text-center"><h1 class="text-8xl sm:text-10xl font-medium mb-8">' + | ||
((__t = ( messages.statusCode )) == null ? '' : __t) + | ||
'</h1><p class="text-xl px-8 sm:px-0 sm:text-4xl font-light mb-16 leading-tight">' + | ||
((__t = ( messages.description )) == null ? '' : __t) + | ||
'</p></div></body></html>'; | ||
return __p | ||
}; | ||
const _template = (messages) => _render({ messages: { ..._messages, ...messages } }); | ||
const template = _template; | ||
|
||
export { template }; | ||
//# sourceMappingURL=error-500.mjs.map |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.