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

use router basepath in client plugin #53

Merged
merged 3 commits into from
Jun 9, 2020
Merged

use router basepath in client plugin #53

merged 3 commits into from
Jun 9, 2020

Conversation

chrisjung-dev
Copy link
Contributor

This should fix #52 by building the fetch URI using publicPath and router.base

This should fix #52 by building the fetch URI using publicPath and router.base
@codecov-commenter
Copy link

codecov-commenter commented May 26, 2020

Codecov Report

Merging #53 into master will decrease coverage by 0.99%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #53      +/-   ##
==========================================
- Coverage   93.41%   92.41%   -1.00%     
==========================================
  Files          13       13              
  Lines         410      422      +12     
  Branches       76       79       +3     
==========================================
+ Hits          383      390       +7     
- Misses         24       29       +5     
  Partials        3        3              
Impacted Files Coverage Δ
lib/index.js 89.79% <100.00%> (-10.21%) ⬇️
lib/database.js 82.17% <0.00%> (+0.17%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7146233...5975291. Read the comment docs.

lib/index.js Outdated Show resolved Hide resolved
@atinux
Copy link
Member

atinux commented Jun 3, 2020

Will try locally when on the computer, thanks @campino2k

@chrisjung-dev chrisjung-dev requested a review from atinux June 3, 2020 18:45
Copy link
Contributor Author

@chrisjung-dev chrisjung-dev left a comment

Choose a reason for hiding this comment

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

Thanks

Copy link
Contributor Author

@chrisjung-dev chrisjung-dev left a comment

Choose a reason for hiding this comment

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

Thanks I have changed this.

@benjamincanac benjamincanac merged commit 2ad58de into nuxt:master Jun 9, 2020
pi0 pushed a commit that referenced this pull request Feb 8, 2022
pi0 pushed a commit that referenced this pull request Feb 8, 2022
* use @docus/mdc

* feat: context template

* fix: test

* chore: update lock file

* fix: static generate

* fix: rename template

* chore: update @docus/mdc

* fix: CI test

* fix: remark plugins
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.

router.base settings not respected in fetch link to db.json
4 participants