Skip to content

Commit 61efaa4

Browse files
committed
chore: updated info for demo
1 parent 31c0cc6 commit 61efaa4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { remarkReadingTime } from './src/lib/remark.mjs';
88

99
// https://astro.build/config
1010
export default defineConfig({
11-
site: 'https://getcvfolio.com',
11+
site: 'https://cv.coderdiaz.com',
1212
markdown: {
1313
remarkPlugins: [remarkReadingTime],
1414
shikiConfig: {

src/lib/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ export const DEFAULT_CONFIGURATION: DefaultConfigurationType = {
4141
twitter: {
4242
creator: '@cvfolio'
4343
},
44-
robots: 'index, follow',
44+
robots: 'noindex, nofollow',
4545
}
4646
};

0 commit comments

Comments
 (0)