diff options
| -rw-r--r-- | components/Header.js | 2 | ||||
| -rw-r--r-- | next.config.js | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/components/Header.js b/components/Header.js index 3135bba..c5334db 100644 --- a/components/Header.js +++ b/components/Header.js @@ -49,6 +49,8 @@ const Header = () => ( <script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script> +{/* Fix this part */} + <title>Alee Productions</title> </Head> diff --git a/next.config.js b/next.config.js index 363ca71..90c8c3a 100644 --- a/next.config.js +++ b/next.config.js @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. -Also add information on how to contact you by electronic and paper mail. */ module.exports = { /* |
