Robot | Path | Permission |
GoogleBot | / | ✔ |
BingBot | / | ✔ |
BaiduSpider | / | ✔ |
YandexBot | / | ✔ |
Title | Tomcky’s |
Description | Tomcky’s Site はてなブログ Qiita GitHub ブログをつくる - その4 `getServerSideProps` っていうのを使ってmicroCMSからコンテンツを取得する。 `getServerSideProps` の中では `next/router` 使えないっぽいので以下のよう |
Keywords | N/A |
WebSite | tomcky.net |
Host IP | 76.76.21.21 |
Location | United States |
Site | Rank |
tysujunm.com | 4,145,977 |
tyuto.net | 0 |
US$1,911
最終更新: 2022-09-22 19:04:43
tomcky.net の Semrush グローバル ランクは 0 です。tomcky.net は、推定広告収入に基づいて、US$1,911 の推定価値を持っています。 tomcky.net には、毎日約 220 人のユニーク ユーザーがアクセスしています。 その Web サーバーは United States にあり、IP アドレスは 76.76.21.21です。 SiteAdvisor によると、tomcky.net は安全にアクセスできます。 |
売買価格 | US$1,911 |
毎日の広告収入 | US$1 |
月間広告収入 | US$52 |
年間広告収入 | US$635 |
デイリーユニークビジター | 14 |
注: トラフィックと収益の値はすべて推定値です。 |
Host | Type | TTL | Data |
tomcky.net. | A | 60 | IP: 76.76.21.21 |
tomcky.net. | NS | 86400 | NS Record: ns1.vercel-dns.com. |
tomcky.net. | NS | 86400 | NS Record: ns2.vercel-dns.com. |
Tomcky’s Site はてなブログ Qiita GitHub ブログをつくる - その4 `getServerSideProps` っていうのを使ってmicroCMSからコンテンツを取得する。 `getServerSideProps` の中では `next/router` 使えないっぽいので以下のようにする。 ```js export async function getServerSideProps(context) { const id = context.query.slug const res = await fetch(`https://xxx.microcms.io/api/v1/hoge/${fuga}`, { headers: { "X-API-KEY": process.env.apiKey } }) const post = await res.json() return { props: { post } } } ``` 2020-07-25 13:46:44 ブログをつくる - その3 Next.jsの環境変数の設定はnext.config.jsを使う ### 参考 - https://nextjs.org/docs/basic-features/environment-variables#loading-environment-variables - https://nextjs.org/docs/api-reference/next.config.js/environment-variables - https://nextjs.org/docs/api-reference/next.config.js/introduction 2020-07-25 13:39:43 ブログをつくる - その2 ローカルでのNext.js起動は以下のコマンドで行う。 ```shell $ npm run dev ``` 移行したばかりのときのNext.jsのバージョンが9.3だったので、手もそこまでいれていなかったし、最新の9.4で作り直すことにした。 ```shell $ npx create-next-app npx: 1個のパッケージを1.075秒でインストールしました。 ✔ What is your project named? … |
HTTP/1.1 308 Permanent Redirect Date: Mon, 03 Jan 2022 08:30:21 GMT Content-Type: text/plain Connection: keep-alive Location: https://tomcky.net/ Refresh: 0;url=https://tomcky.net/ server: Vercel x-vercel-id: fra1::8vrsn-1641198621852-09c3c60bb7b9 HTTP/2 200 content-type: text/html; charset=utf-8 cache-control: private, no-cache, no-store, max-age=0, must-revalidate content-length: 0 date: Mon, 03 Jan 2022 08:30:24 GMT x-vercel-cache: MISS age: 0 server: Vercel x-vercel-id: fra1::sfo1::n6nlx-1641198621952-67659675f600 strict-transport-security: max-age=63072000 |
Domain Name: TOMCKY.NET Registry Domain ID: 2243296677_DOMAIN_NET-VRSN Registrar WHOIS Server: whois.discount-domain.com Registrar URL: http://gmo.jp Updated Date: 2021-02-22T23:22:34Z Creation Date: 2018-03-25T01:41:00Z Registry Expiry Date: 2022-03-25T01:41:00Z Registrar: GMO Internet, Inc. d/b/a Onamae.com Registrar IANA ID: 49 Registrar Abuse Contact Email: abuse@gmo.jp Registrar Abuse Contact Phone: +81.337709199 Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited Name Server: A.ZEIT-WORLD.CO.UK Name Server: B.ZEIT-WORLD.ORG Name Server: D.ZEIT-WORLD.COM Name Server: E.ZEIT-WORLD.NET DNSSEC: unsigned >>> Last update of whois database: 2022-01-04T07:29:22Z <<< |