main_computer_specs #12
@@ -8,7 +8,7 @@ const config: Config = {
 | 
			
		||||
  favicon: 'img/favicon_depin.png',
 | 
			
		||||
 | 
			
		||||
  url: 'https://info.ourworld.tf',
 | 
			
		||||
  baseUrl: '/depindev/',
 | 
			
		||||
  baseUrl: '/depin/',
 | 
			
		||||
 | 
			
		||||
  onBrokenLinks: 'throw',
 | 
			
		||||
  onBrokenMarkdownLinks: 'warn',
 | 
			
		||||
 
 | 
			
		||||
@@ -2,5 +2,5 @@ import React from 'react';
 | 
			
		||||
import { Redirect } from '@docusaurus/router';
 | 
			
		||||
 | 
			
		||||
export default function Home() {
 | 
			
		||||
  return <Redirect to="/depindev/docs/introduction" />;
 | 
			
		||||
  return <Redirect to="/depin/docs/introduction" />;
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user