Merge branch 'master' into feat/mobile

This commit is contained in:
SMGDev
2025-10-30 10:38:44 +00:00
2 changed files with 6 additions and 2 deletions

2
.env
View File

@@ -1,3 +1,3 @@
VITE_ROUTE_BASE=/
VITE_ROUTE_BASE=/TypeWords/

View File

@@ -2,7 +2,7 @@ name: Deploy to GitHub Pages
on:
push:
branches: [ 'master' ]
branches: [ 'feat/mobile' ]
workflow_dispatch:
permissions:
@@ -52,3 +52,7 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist
publish_branch: gh-pages