Skip to content

Commit

Permalink
Merge pull request #12 from 0xsequence/update-vite-base
Browse files Browse the repository at this point in the history
update vite base and gh-pages action
  • Loading branch information
pkieltyka authored Nov 6, 2024
2 parents 0826c16 + 3086b78 commit dc06766
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
- name: Build
run: pnpm build

- name: Touch .nojeykll
run: touch ./dist/.nojekyll

- name: Touch CNAME
run: echo "recovery.sequence.app" > ./dist/CNAME

- name: Push
uses: s0/git-publish-subdir-action@develop
env:
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { defineConfig } from 'vite'

// https://vitejs.dev/config/
export default defineConfig({
base: '/wallet-recovery-app/',
base: '/',
resolve: {
alias: {
'~': path.resolve(__dirname, './src')
Expand Down

0 comments on commit dc06766

Please sign in to comment.