Skip to content

Commit

Permalink
feat: remove unused pages form robots text file
Browse files Browse the repository at this point in the history
  • Loading branch information
ashgw committed Feb 9, 2024
1 parent 99b94ec commit 4a3bf1e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
'use client';

import ThemeModeToggler from '@/app/components/reusables/theme-toggler';
import CopyRight from '@/app/components/footer/copyright';
import { Button } from '@/app/components/ui/button';
import Nav from '@/app/components/nav/nav';
import { Badge } from '@/app/components/ui/badge';
import { TextContent } from './components/reusables/content';
import { MediumSection } from './components/reusables/sections';
import HeroSection from './components/protos/hero-section';
Expand Down
2 changes: 1 addition & 1 deletion src/app/robots.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default function robots(): MetadataRoute.Robots {
rules: {
userAgent: '*',
allow: '/',
disallow: ['/private', '/xtc6'],
disallow: ['/private'],
},
sitemap: BASE_URL + '/sitemap.xml',
};
Expand Down

0 comments on commit 4a3bf1e

Please sign in to comment.