Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
haochengxu committed Sep 24, 2023
1 parent f247c76 commit d4dcee6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
13 changes: 0 additions & 13 deletions image-loader.ts

This file was deleted.

5 changes: 1 addition & 4 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
*/
const nextConfig = {
output: 'export',
images: {
loader: 'custom',
loaderFile: './image-loader.ts',
},
images: { unoptimized: true }

// Optional: Change links `/me` -> `/me/` and emit `/me.html` -> `/me/index.html`
// trailingSlash: true,
Expand Down

0 comments on commit d4dcee6

Please sign in to comment.