Skip to content

Commit

Permalink
Auto build and deploy by adding export to build step in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
marcaufderheyde committed Mar 26, 2024
1 parent 967ee51 commit 29684a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default function Home() {
<main>
<section id="home-banner">
<div className="banner-content">
<h1>Welcome to Cannabis Clubs Berlin</h1>
<h1>Welcome to CCB (Cannabis Clubs Berlin)</h1>
<p>Discover the vibrant cannabis culture of Berlin.</p>
<Link href="#about" className="btn">Learn More</Link>
</div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build": "next build && next export",
"start": "next start",
"lint": "next lint"
},
Expand Down

0 comments on commit 29684a1

Please sign in to comment.