Shubham Singh
03/11/2025, 7:49 PMkobwebExport
gradle task 👇
How do I resolve this?Shubham Singh
03/11/2025, 7:50 PM@Page("{...path?}")
would take care of itDavid Herman
03/11/2025, 7:52 PMDavid Herman
03/11/2025, 7:53 PMShubham Singh
03/11/2025, 7:54 PMDavid Herman
03/11/2025, 7:55 PMDavid Herman
03/11/2025, 7:55 PMShubham Singh
03/11/2025, 7:56 PMShubham Singh
03/11/2025, 8:37 PMstatic
web app to run?David Herman
03/11/2025, 8:44 PMDavid Herman
03/11/2025, 8:44 PMDavid Herman
03/11/2025, 8:44 PMDavid Herman
03/11/2025, 8:45 PMDavid Herman
03/11/2025, 8:46 PMIndexPage
David Herman
03/11/2025, 8:47 PMShubham Singh
03/11/2025, 8:55 PMBut you can also create a page with the route "404" and just have it callThis sounds nice! Let me try...IndexPage
David Herman
03/11/2025, 10:43 PMShubham Singh
03/12/2025, 2:39 AMDavid Herman
03/12/2025, 2:39 AMShubham Singh
03/12/2025, 5:20 AMShubham Singh
03/12/2025, 6:28 AM- name: Push generated app to website branch
uses: s0/git-publish-subdir-action@develop
env:
REPO: self
BRANCH: website
FOLDER: ./site/.kobweb/site
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
And used netlify to observe the website
branch and auto-deploy instead. It's working perfectly fine ✅
I know, I could directly use Netlify's GH action as well. I'd probably do that only for easier code maintenance.David Herman
03/12/2025, 3:42 PM