Skip to content

Commit

Permalink
fix: linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
tunguyen-ct committed Feb 5, 2022
1 parent be73a06 commit f92a87f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions examples/with-docker-multi-env/pages/index.js
Expand Up @@ -13,12 +13,8 @@ export default function Home() {
<h1 className={styles.title}>
Welcome to <a href="https://nextjs.org">Next.js</a> on Docker!
</h1>
<h2 className={styles.title}>
with Multiple Deployment Environments
</h2>
<h3>
API_URL: {process.env.NEXT_PUBLIC_API_URL}
</h3>
<h2 className={styles.title}>with Multiple Deployment Environments</h2>
<h3>API_URL: {process.env.NEXT_PUBLIC_API_URL}</h3>
<p className={styles.description}>
Get started by editing{' '}
<code className={styles.code}>pages/index.js</code>
Expand Down

0 comments on commit f92a87f

Please sign in to comment.