Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

fix: handle only image file extensions with the next image loader #16

Merged
merged 6 commits into from Feb 4, 2022

Conversation

RyanClementsHax
Copy link
Owner

@RyanClementsHax RyanClementsHax commented Feb 3, 2022

  • make next image loader apply only to assets not being requested by css files
  • handle css assets requested by css files by declaring them as assets
  • handle css url and import resolution in the same way that nextjs does
  • refactor examples to include custom font example
  • refactor examples to have better layout
  • refactor examples to have simpler css
  • refactor examples to include nextjs version on each page for easier identification of what version of next is being used
  • refactor examples to include serve command
  • refactor examples to no longer include eslint as to simplify the examples
  • refactor examples to be able to run next build and next start

fixes #15

@RyanClementsHax RyanClementsHax marked this pull request as ready for review February 4, 2022 00:15
@RyanClementsHax RyanClementsHax merged commit 104b02b into main Feb 4, 2022
@RyanClementsHax RyanClementsHax deleted the custom-fonts branch February 4, 2022 00:20
@github-actions
Copy link

github-actions bot commented Feb 4, 2022

🎉 This PR is included in version 1.4.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Importing font files (*.woff, *.ttf)
1 participant