Next.js Fundamentals·Lesson 5 Quiz
Quiz: Building and Deploying Your App
Test what you learned in this lesson before moving on.
Lesson Quiz
Pass with 80% to complete this lesson.
1. What command creates a production build of your Next.js app?
2. What prefix makes an environment variable available in the browser?
3. Which symbol in the build output indicates a page is rendered on each request?
4. What does setting output: 'export' in next.config.js do?