The host XYZ doesn't support Safari version 6.0.4
Unanswered
Little fire ant posted this in #help-forum
Little fire antOP
I made a website a few months ago, i just asked my friend to open my website on his phone, and he said your website is down but actually it was not down after some checking I went to web-[check.xyz](https://web-check.xyz/check/https%3A%2F%2Fwww.orbisdev.co%2F) and saw where it was saying (in TLS simulation tab)
can someone help me understand it is a Next JS problem or an issue from my DNS?
---
Meta:
next.config.mjs
Hosted on
The host www.orbisdev.co does not support Safari version 6
can someone help me understand it is a Next JS problem or an issue from my DNS?
---
Meta:
next.config.mjs
import createMDX from "@next/mdx";
/** @type {import('next').NextConfig} */
const nextConfig = {
// Configure `pageExtensions` to include markdown and MDX files
pageExtensions: ["js", "jsx", "md", "mdx", "ts", "tsx"]
// Optionally, add any other Next.js config below
};
const withMDX = createMDX({
// Add markdown plugins here, as desired
});
// Merge MDX config with Next.js config
export default withMDX(nextConfig);
"next": "14.2.5",
"react": "^18",
Hosted on
vercel