From 062333877fa389ecab629cef8a8a0e15657fb5c6 Mon Sep 17 00:00:00 2001 From: Anton Vakhrushev Date: Tue, 1 Oct 2019 16:53:47 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D0=B3=D0=B5=D0=BD=D0=B5=D1=80=D0=B0=D1=86?= =?UTF-8?q?=D0=B8=D0=B9=20sitemap?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 596fcbd..a7a2966 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,12 @@ APP_ENV := dev APP_OUTPUT_DIR := output_dev -APP_URL := https://vakhrushev.me +APP_URL := homepage.site APP_NPM_BUILD_CMD := build ifeq ($(TARGET), prod) APP_ENV := prod APP_OUTPUT_DIR := output_prod - APP_URL := + APP_URL := https://vakhrushev.me APP_NPM_BUILD_CMD := build-prod endif