Skip to content

Commit

Permalink
move images back to public
Browse files Browse the repository at this point in the history
  • Loading branch information
djsisson committed Nov 3, 2024
1 parent c24d822 commit 903d4b3
Show file tree
Hide file tree
Showing 33 changed files with 523 additions and 2,026 deletions.
8 changes: 6 additions & 2 deletions next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ const nextConfig: NextConfig = {
reactCompiler: true,
},
images: {
loader: "custom",
loaderFile: "./src/lib/image-loader.ts",
localPatterns: [
{
pathname: "/assets/**",
search: "",
},
],
remotePatterns: [
{
protocol: "https",
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,25 @@
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^15.0.0",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-hover-card": "^1.1.1",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-hover-card": "^1.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"drizzle-orm": "^0.36.0",
"jose": "^5.6.3",
"lucide-react": "^0.427.0",
"next": "^15.0.0",
"next": "^15.0.2",
"next-themes": "^0.3.0",
"postgres": "^3.4.5",
"react": "19.0.0-rc-cd22717c-20241013",
"react-dom": "19.0.0-rc-cd22717c-20241013",
"react": "19.0.0-rc-7c8e5e7a-20241101",
"react-dom": "19.0.0-rc-7c8e5e7a-20241101",
"server-only": "^0.0.1",
"sharp": "^0.33.4",
"tailwind-merge": "^2.4.0"
Expand Down
16 changes: 0 additions & 16 deletions public/assets/asteroidz/imgMeta.json

This file was deleted.

37 changes: 0 additions & 37 deletions public/assets/backgrounds/imgMeta.json

This file was deleted.

51 changes: 0 additions & 51 deletions public/assets/elements/imgMeta.json

This file was deleted.

Loading

0 comments on commit 903d4b3

Please sign in to comment.