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(router): server-side-data-fetching when using basehref #997

Merged
merged 7 commits into from
Apr 4, 2024

Conversation

leblancmeneses
Copy link
Contributor

@leblancmeneses leblancmeneses commented Apr 3, 2024

url.pathname ignoring path defined in env flag: VITE_ANALOG_PUBLIC_BASE_URL.

fixes: #954

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix

Which package are you modifying?

  • router

What is the current behavior?

Closes #954

What is the new behavior?

Does this PR introduce a breaking change?

  • No

Other information

[optional] What gif best describes this PR or how it makes you feel?

url.pathname ignoring path defined in env flag: VITE_ANALOG_PUBLIC_BASE_URL. fixes: analogjs#954
Copy link

netlify bot commented Apr 3, 2024

Deploy Preview for analog-docs ready!

Name Link
🔨 Latest commit ce7e935
🔍 Latest deploy log https://app.netlify.com/sites/analog-docs/deploys/660e25be533e9f0008358c2b
😎 Deploy Preview https://deploy-preview-997--analog-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Apr 3, 2024

Deploy Preview for analog-app ready!

Name Link
🔨 Latest commit ce7e935
🔍 Latest deploy log https://app.netlify.com/sites/analog-app/deploys/660e25becc989c000723e327
😎 Deploy Preview https://deploy-preview-997--analog-app.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Apr 3, 2024

Deploy Preview for analog-blog ready!

Name Link
🔨 Latest commit ce7e935
🔍 Latest deploy log https://app.netlify.com/sites/analog-blog/deploys/660e25bec74e7b0008198abf
😎 Deploy Preview https://deploy-preview-997--analog-blog.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Apr 3, 2024

Deploy Preview for analog-ng-app ready!

Name Link
🔨 Latest commit ce7e935
🔍 Latest deploy log https://app.netlify.com/sites/analog-ng-app/deploys/660e25beedce2f0008f507be
😎 Deploy Preview https://deploy-preview-997--analog-ng-app.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

leblancmeneses and others added 4 commits April 3, 2024 22:59
Co-authored-by: Brandon Roberts <robertsbt@gmail.com>
Co-authored-by: Brandon Roberts <robertsbt@gmail.com>
Co-authored-by: Brandon Roberts <robertsbt@gmail.com>
Co-authored-by: Brandon Roberts <robertsbt@gmail.com>
@brandonroberts brandonroberts merged commit 433c50e into analogjs:beta Apr 4, 2024
23 checks passed
@brandonroberts
Copy link
Member

Thanks! @allcontributors add @leblancmeneses for code, doc

Copy link
Contributor

@brandonroberts

I've put up a pull request to add @leblancmeneses! 🎉

@leblancmeneses leblancmeneses deleted the leblanc/basehref branch April 5, 2024 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: baseHref other than root is ignored by server side fetching routes
2 participants