Skip to content

Commit

Permalink
Init project with coming soon page
Browse files Browse the repository at this point in the history
  • Loading branch information
chrcit committed Sep 5, 2022
1 parent 9076840 commit b402004
Show file tree
Hide file tree
Showing 12 changed files with 1,034 additions and 231 deletions.
1 change: 0 additions & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
Expand Down
10 changes: 10 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
/** @type {import('next').NextConfig} */
module.exports = {
reactStrictMode: true,
async redirects() {
return [
{
source: '/',
destination: '/coming-soon',
permanent: false,
},
]
},

}
Loading

1 comment on commit b402004

@vercel
Copy link

@vercel vercel bot commented on b402004 Sep 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

arthouse-is – ./

arthouse-is-arthouse.vercel.app
arthouse-is-git-main-arthouse.vercel.app
arthouse-is-nu.vercel.app

Please sign in to comment.