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

[cli] Remove 1.0 path alias rules #5258

Merged
merged 2 commits into from
Oct 5, 2020
Merged

[cli] Remove 1.0 path alias rules #5258

merged 2 commits into from
Oct 5, 2020

Conversation

styfle
Copy link
Member

@styfle styfle commented Oct 5, 2020

We don't support routing path aliases anymore, now that we've completely shut down the ZEIT Now 1.0 infrastructure. This PR removes path alias rules from Vercel CLI.

@@ -28,9 +28,6 @@ module.exports = async function prepare(session) {
'first.png': getImageFile(session, { size: 30 }),
'second.png': getImageFile(session, { size: 20 }),
},
'single-dotfile': {
Copy link
Member

Choose a reason for hiding this comment

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

What is this one? Why is it being removed?

Copy link
Member Author

Choose a reason for hiding this comment

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

It was an unused fixture

@kodiakhq kodiakhq bot merged commit 7c922a4 into master Oct 5, 2020
@kodiakhq kodiakhq bot deleted the ch11263/path-alias branch October 5, 2020 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants