Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Fix/docs generation on Vercel #249

Merged
merged 6 commits into from
Jul 14, 2020
Merged

Fix/docs generation on Vercel #249

merged 6 commits into from
Jul 14, 2020

Conversation

codebender828
Copy link
Collaborator

@codebender828 codebender828 commented Jul 13, 2020

Closes #246
This was caused by some hanging functions during generation on some old routes.

Other changes

  • Upgrades to Nuxt 2.13
  • Removed old documentation code.

How Has This Been Tested?

Deploy preview should successfully be deployed here

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@vercel
Copy link

vercel bot commented Jul 13, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/chakra-ui/chakra-ui-vue/9eodjqmmh
✅ Preview: https://chakra-ui-vue-git-fix-docs-generation.chakra-ui.vercel.app

@codebender828 codebender828 self-assigned this Jul 13, 2020
@@ -1 +1,32 @@
// THIS FILE SHOULD NOT BE VERSION CONTROLLED
importScripts('https://cdn.jsdelivr.net/npm/workbox-cdn@4.3.1/workbox/workbox-sw.js')
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Will remove this file

Copy link
Contributor

@DominusKelvin DominusKelvin left a comment

Choose a reason for hiding this comment

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

Great job in resolving this bug Jonathan. Everything looks great.

@codebender828 codebender828 merged commit c648492 into develop Jul 14, 2020
@codebender828 codebender828 deleted the fix/docs-generation branch July 25, 2020 18:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Documentation: Vercel deploy previews failing
2 participants