From 6ce254156ded466ca7c83144663fd1de5a837837 Mon Sep 17 00:00:00 2001 From: maria-moroz <m0954008202@gmail.com> Date: Mon, 2 May 2022 20:00:36 +0300 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a706587..f89426c 100644 --- a/package.json +++ b/package.json @@ -3,10 +3,10 @@ "version": "1.1.0", "description": "", "main": "index.js", - "homepage": "https://goitacademy.github.io/parcel-project-template", + "homepage": "https://maria-moroz.github.io/goit-filmoteka", "scripts": { "dev": "parcel src/*.html", - "build": "parcel build src/*.html --public-url /parcel-project-template/" + "build": "parcel build src/*.html --public-url /goit-filmoteka/" }, "repository": { "type": "git", -- GitLab