Skip to content

Commit

Permalink
Merge branch 'main' of github.com:deepsquare-io/website
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkness4 committed Jan 23, 2024
2 parents 6c15ecd + 7b28a64 commit c8c32ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
pnpm run build
pnpm run postbuild
env:
BASE_URL: /website
BASE_URL: ''

# Popular action to deploy to GitHub Pages:
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"postbuild": "pnpm dlx svelte-sitemap --domain https://deepsquare-io.github.io/website",
"postbuild": "pnpm dlx svelte-sitemap --domain https://deepsquare-io.github.io",
"test": "pnpm run test:integration && pnpm run test:unit",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
Expand Down
1 change: 1 addition & 0 deletions static/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
deepsquare.io

0 comments on commit c8c32ff

Please sign in to comment.