68 lines
3.0 KiB
JavaScript
68 lines
3.0 KiB
JavaScript
|
import { u as useHead } from './index-6a088328.mjs';
|
||
|
import { useSSRContext, mergeProps } from 'vue';
|
||
|
import { ssrRenderAttrs, ssrInterpolate } from 'vue/server-renderer';
|
||
|
import { _ as _export_sfc } from './_plugin-vue_export-helper-cc2b3d55.mjs';
|
||
|
import '../server.mjs';
|
||
|
import '../../nitro/node-server.mjs';
|
||
|
import 'node:http';
|
||
|
import 'node:https';
|
||
|
import 'fs';
|
||
|
import 'path';
|
||
|
import 'node:fs';
|
||
|
import 'node:url';
|
||
|
import 'unhead';
|
||
|
import '@unhead/shared';
|
||
|
import 'vue-router';
|
||
|
|
||
|
const _sfc_main = {
|
||
|
__name: "error-500",
|
||
|
__ssrInlineRender: true,
|
||
|
props: {
|
||
|
appName: {
|
||
|
type: String,
|
||
|
default: "Nuxt"
|
||
|
},
|
||
|
version: {
|
||
|
type: String,
|
||
|
default: ""
|
||
|
},
|
||
|
statusCode: {
|
||
|
type: Number,
|
||
|
default: 500
|
||
|
},
|
||
|
statusMessage: {
|
||
|
type: String,
|
||
|
default: "Server error"
|
||
|
},
|
||
|
description: {
|
||
|
type: String,
|
||
|
default: "This page is temporarily unavailable."
|
||
|
}
|
||
|
},
|
||
|
setup(__props) {
|
||
|
const props = __props;
|
||
|
useHead({
|
||
|
title: `${props.statusCode} - ${props.statusMessage} | ${props.appName}`,
|
||
|
script: [],
|
||
|
style: [
|
||
|
{
|
||
|
children: `*,:before,:after{-webkit-box-sizing:border-box;box-sizing:border-box;border-width:0;border-style:solid;border-color:#e0e0e0}*{--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(14, 165, 233, .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000}:root{-moz-tab-size:4;-o-tab-size:4;tab-size:4}body{margin:0;font-family:inherit;line-height:inherit}html{-webkit-text-size-adjust:100%;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";line-height:1.5}h1,p{margin:0}h1{font-size:inherit;font-weight:inherit}`
|
||
|
}
|
||
|
]
|
||
|
});
|
||
|
return (_ctx, _push, _parent, _attrs) => {
|
||
|
_push(`<div${ssrRenderAttrs(mergeProps({ class: "font-sans antialiased bg-white dark:bg-black text-black dark:text-white grid min-h-screen place-content-center overflow-hidden" }, _attrs))} data-v-df79c84d><div class="fixed -bottom-1/2 left-0 right-0 h-1/2 spotlight" data-v-df79c84d></div><div class="max-w-520px text-center" data-v-df79c84d><h1 class="text-8xl sm:text-10xl font-medium mb-8" data-v-df79c84d>${ssrInterpolate(__props.statusCode)}</h1><p class="text-xl px-8 sm:px-0 sm:text-4xl font-light mb-16 leading-tight" data-v-df79c84d>${ssrInterpolate(__props.description)}</p></div></div>`);
|
||
|
};
|
||
|
}
|
||
|
};
|
||
|
const _sfc_setup = _sfc_main.setup;
|
||
|
_sfc_main.setup = (props, ctx) => {
|
||
|
const ssrContext = useSSRContext();
|
||
|
(ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("node_modules/@nuxt/ui-templates/dist/templates/error-500.vue");
|
||
|
return _sfc_setup ? _sfc_setup(props, ctx) : void 0;
|
||
|
};
|
||
|
const error500 = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-df79c84d"]]);
|
||
|
|
||
|
export { error500 as default };
|
||
|
//# sourceMappingURL=error-500-b53bfc65.mjs.map
|