mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-04-28 03:30:48 +00:00
10 lines
No EOL
193 B
JavaScript
10 lines
No EOL
193 B
JavaScript
const withNextra = require('nextra')({
|
|
theme: 'nextra-theme-docs',
|
|
themeConfig: './theme.config.tsx',
|
|
})
|
|
|
|
module.exports = withNextra({
|
|
images: {
|
|
domains: ['www.tryproxy.io'],
|
|
},
|
|
}) |