Skip to content

Conversation

@farnabaz
Copy link
Member

๐Ÿ”— Linked issue

โ“ Type of change

  • ๐Ÿ“– Documentation (updates to the documentation or readme)
  • ๐Ÿž Bug fix (a non-breaking change that fixes an issue)
  • ๐Ÿ‘Œ Enhancement (improving an existing functionality like performance)
  • โœจ New feature (a non-breaking change that adds functionality)
  • โš ๏ธ Breaking change (fix or feature that would cause existing functionality to change)

๐Ÿ“š Description

๐Ÿ“ Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@netlify
Copy link

netlify bot commented Aug 16, 2022

โœ… Deploy Preview for nuxt-content ready!

Name Link
๐Ÿ”จ Latest commit ace3b15
๐Ÿ” Latest deploy log https://app.netlify.com/sites/nuxt-content/deploys/62fbb15943fbee0008f13932
๐Ÿ˜Ž Deploy Preview https://deploy-preview-1453--nuxt-content.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 settings.

setup (_options, nuxt) {
nuxt.options.nitro.externals = nuxt.options.nitro.externals || {}
nuxt.options.nitro.externals.inline = nuxt.options.nitro.externals.inline || []
nuxt.options.nitro.externals.inline.push(resolve('./my-module'))
Copy link
Member

Choose a reason for hiding this comment

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

Do we have any way to simplify these 3 lines above @pi0 ?

Someting like

addServerExternal(resolve('./my-module'))

@farnabaz farnabaz merged commit 1dc3589 into main Aug 16, 2022
@farnabaz farnabaz deleted the docs/transformers branch August 16, 2022 15:06
@farnabaz farnabaz mentioned this pull request Sep 2, 2022
farnabaz added a commit that referenced this pull request Sep 7, 2022
Co-authored-by: Sรฉbastien Chopin <[email protected]>
Co-authored-by: nobkd <[email protected]>
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.

4 participants