mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 02:49:16 +01:00
feat: ✨ Add link hover functionality
Some checks failed
Mirror to Codeberg / Mirror (push) Failing after 0s
Some checks failed
Mirror to Codeberg / Mirror (push) Failing after 0s
This commit is contained in:
parent
e9b5ccd76c
commit
70177770b3
4 changed files with 223 additions and 0 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue