From 399fae81d58f6e864f9f98313cf5b06bd4117693 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emre=20Efendio=C4=9Flu?= Date: Mon, 6 May 2024 11:46:14 +0300 Subject: [PATCH] Update vite-deploy.yml --- .github/workflows/vite-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vite-deploy.yml b/.github/workflows/vite-deploy.yml index 3165602..b46fb5a 100644 --- a/.github/workflows/vite-deploy.yml +++ b/.github/workflows/vite-deploy.yml @@ -38,7 +38,7 @@ jobs: - name: Install dependencies run: npm install - name: Build - run: npm run build -- --base=/simfoni.ai + run: npm run build -- --base=/ - name: Setup Pages uses: actions/configure-pages@v4 - name: Upload artifact