diff --git a/README.md b/README.md index 6301f5b19..888c71245 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -[](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fvercel%2Fcommerce&project-name=commerce&repo-name=commerce&demo-title=Next.js%20Commerce&demo-url=https%3A%2F%2Fdemo.vercel.store&demo-image=https%3A%2F%2Fbigcommerce-demo-asset-ksvtgfvnd.vercel.app%2Fbigcommerce.png&env=COMPANY_NAME,SHOPIFY_REVALIDATION_SECRET,SHOPIFY_STORE_DOMAIN,SHOPIFY_STOREFRONT_ACCESS_TOKEN,SITE_NAME,TWITTER_CREATOR,TWITTER_SITE) +## IMPORTANT NOTES!! + +- Vercel's production instance is currently running on the `sol/narai` branch. For the latest stable version, please refer to that branch. +- If you're making changes to the site, please make sure to create a new branch and submit a PR to the `sol/preview` branch. This is to ensure that the production instance is always stable. +- The `sol/preview` branch should be reviewed and approved by the suginomori brewery team before merging to `sol/narai` and deploying to production. # Next.js Commerce diff --git a/app/[locale]/about/page.tsx b/app/[locale]/about/page.tsx index 936d6628d..1fcfbe8b1 100644 --- a/app/[locale]/about/page.tsx +++ b/app/[locale]/about/page.tsx @@ -9,6 +9,8 @@ import { Suspense } from 'react'; import AboutNaraiDetail from './about-narai-detail'; export const runtime = 'edge'; +export const revalidate = 43200; // 12 hours in seconds + const { SITE_NAME } = process.env; export const metadata = { diff --git a/app/[locale]/bar/sagyobar-detail.tsx b/app/[locale]/bar/sagyobar-detail.tsx index 83fde8e60..6073e4d81 100644 --- a/app/[locale]/bar/sagyobar-detail.tsx +++ b/app/[locale]/bar/sagyobar-detail.tsx @@ -26,7 +26,7 @@ export default function SagyobarDetail() {