Skip to content

Commit

Permalink
post rebase tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed May 19, 2024
1 parent 15ccf20 commit 796d713
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ const myThemePackPlugin = (options = {}) => [{
const { name } = packageJson;

const layoutLocation = options.__isDevelopment // eslint-disable-line no-underscore-dangle
? new URL(`./node_modules/${name}/dist/my-layouts/`, import.meta.url)
: new URL('./fixtures/my-layouts/', import.meta.url);
? new URL('./fixtures/my-layouts/', import.meta.url)
: new URL(`./node_modules/${name}/dist/my-layouts/`, import.meta.url);

return {
layouts: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* footer.js
* pages/
* index.md
* templates/
* layouts/
* app.html
*/
import chai from 'chai';
Expand Down

0 comments on commit 796d713

Please sign in to comment.