Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: kill the landing page #906

Merged
merged 2 commits into from
Oct 1, 2024
Merged

fix: kill the landing page #906

merged 2 commits into from
Oct 1, 2024

Conversation

raphael0202
Copy link
Contributor

@raphael0202 raphael0202 commented Oct 1, 2024

See #364

@raphael0202 raphael0202 merged commit 02199aa into master Oct 1, 2024
7 of 8 checks passed
@raphael0202 raphael0202 deleted the kill-landing-page branch October 1, 2024 14:51
@raphodn raphodn linked an issue Oct 1, 2024 that may be closed by this pull request
8 tasks
@@ -6,8 +6,8 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"build-staging": "vite build --base=/app/ --mode preprod",
"build-prod": "vite build --base=/app/ --mode prod",
"build-staging": "vite build mode preprod",
Copy link
Member

@raphodn raphodn Oct 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the CI issue is probably cause by your typo where you changed "--mode" to "mode"

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix here : 011d5a1

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wow sorry for that 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Kill the permanent landing page, and turn it into a one time thing
2 participants