Skip to content

Commit

Permalink
feat: deploy at subdomain PE-5161
Browse files Browse the repository at this point in the history
  • Loading branch information
fedellen committed Dec 11, 2023
1 parent 2e6dbe3 commit 7440377
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- prod
- PE-5161_gift_app_init

jobs:
deploy:
Expand Down
2 changes: 0 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import nodePolyfills from "vite-plugin-node-stdlib-browser";

// https://vitejs.dev/config/
export default defineConfig({
// TODO: Remove or modify once we move to a subdomain
base: "/turbo-app/",
plugins: [react(), nodePolyfills()],
define: {
"import.meta.env.PACKAGE_VERSION": JSON.stringify(packageJson.version),
Expand Down

0 comments on commit 7440377

Please sign in to comment.