feat: Add link hover functionality
Some checks failed
Mirror to Codeberg / Mirror (push) Failing after 0s

This commit is contained in:
Jesse Wierzbinski 2025-06-07 23:21:50 +02:00
parent e9b5ccd76c
commit 70177770b3
No known key found for this signature in database
4 changed files with 223 additions and 0 deletions

View file

@ -17,6 +17,11 @@ const withMDX = nextMDX({
const nextConfig = {
pageExtensions: ["js", "jsx", "ts", "tsx", "mdx"],
output: "export",
images: {
domains: [
"api.microlink.io", // Microlink Image Preview
],
},
};
const withBundleAnalyzer = bundleAnalyzer({