The Complete Strapi™ Course with Plugins and Deployment - Deploying Admin as a Static Site: Creating the Site

The Complete Strapi™ Course with Plugins and Deployment - Deploying Admin as a Static Site: Creating the Site

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

This video tutorial guides viewers through the process of configuring a new static site service for deploying an admin panel. It covers setting up the build process, managing secret files, and configuring custom domain and DNS settings. The tutorial also includes site verification and testing, and addresses a common routing issue in React applications, explaining why it occurs and hinting at a solution in the next lesson.

Read more

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the name of the service used for deploying the admin panel as a static site?

Static Admin Service

Admin Panel Service

Dev Blog Admin

Main Admin Panel

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which folder is specified as the publish directory for the application code?

Build

Root

Source

Public

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of adding a secret file in the configuration?

To store front end code

To manage DNS settings

To include sensitive information

To specify the build command

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What should be done if SMTP and Cloudy credentials are not needed for the front end?

Include them in the publish directory

Use them in the DNS settings

Add them to the build command

Remove them from the secret file

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of DNS record is created for the custom domain?

A Record

TXT Record

MX Record

CNAME Record

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the expected behavior when directly visiting a URL in the React application?

Displays a loading screen

Redirects to homepage

Not found error

Page loads successfully

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the final step to verify the deployment of the static site?

Check the build command

Update the repository

Visit the custom domain

Review the secret file