// Base layout import Layout from "./components/Layout" // i18n import { useTranslation, useLanguageQuery, LanguageSwitcher } from 'next-export-i18n'; const { t } = useTranslation(); const [query] = useLanguageQuery(); // React Router import { useRouter } from 'next/router' // next-seo import { NextSeo } from 'next-seo'; export default function Server(props) { return ( <>
{ // Header }

{t('status')}

Powered / Generated by Mackerel.

{ // sandy }

sandy

CPU

i7-2600

RAM

DDR3 24GB

OS

Arch Linux

{t('location')}

{t('hiroshima')}
{ // oracle1 }

oracle1

{t('service')}

Oracle Cloud

{t('shape')}

VM.Standard.E2.1.Micro

RAM

1GB

OS

Ubuntu 20.04 LTS

{t('region')}

Japan Central (Osaka)
{ // oracle2 }

oracle2

{t('service')}

Oracle Cloud

{t('shape')}

VM.Standard.E2.1.Micro

RAM

1GB

OS

Ubuntu 20.04 LTS

{t('region')}

Japan Central (Osaka)
) }