import { UIRenderHtmlCardProps } from '../../toolkit/toolkit-types';
const html = `
`;
const anchorsRelativeConfig: UIRenderHtmlCardProps = {
title: 'Relative URLs Resolution Example',
caption:
'Press any of the anchors and notice that the URL is being normalized from the base URL.',
props: {
source: {
html
}
},
preferHtmlSrc: true
};
export default anchorsRelativeConfig;