Use objectintrospection.org for the website

This updates the docusaurus config and adds the CNAME file for gh pages,
then updates the readme to point at this domain.
This commit is contained in:
Paul O’Shannessy 2023-09-21 12:21:02 -07:00 committed by Jake Hillion
parent bbc4cb822b
commit 5a55e7ad24
3 changed files with 5 additions and 4 deletions

View File

@ -6,7 +6,7 @@
Object Introspection is a memory profiling technology for C++ objects. It provides the ability to dynamically instrument applications to capture the precise memory occupancy of entire object hierarchies including all containers and dynamic allocations. All this with no code modification or recompilation!
For more information on the technology and how to get started applying it to your applications please check out the [Object Introspection](https://facebookexperimental.github.io/object-introspection/) website.
For more information on the technology and how to get started applying it to your applications please check out the [Object Introspection](https://objectintrospection.org/) website.
## Join the Object Introspection community
See the [CONTRIBUTING](CONTRIBUTING.md) file for how to help out.

View File

@ -13,8 +13,8 @@
const config = {
title: 'Object Introspection',
tagline: 'Dynamic C++ Object Profiling',
url: 'https://facebookexperimental.github.io',
baseUrl: '/object-introspection',
url: 'https://objectintrospection.org',
baseUrl: '/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
favicon: '/img/favicon.ico',
@ -24,7 +24,7 @@ const config = {
// If you aren't using GitHub pages, you don't need these.
organizationName: 'facebookexperimental', // Usually your GitHub org/user name.
projectName: 'object-introspection', // Usually your repo name.
deploymentBranch: 'web',
deploymentBranch: 'gh-pages',
presets: [
[

1
website/static/CNAME Normal file
View File

@ -0,0 +1 @@
objectintrospection.org