We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31c0cc6 commit 61efaa4Copy full SHA for 61efaa4
astro.config.mjs
@@ -8,7 +8,7 @@ import { remarkReadingTime } from './src/lib/remark.mjs';
8
9
// https://astro.build/config
10
export default defineConfig({
11
- site: 'https://getcvfolio.com',
+ site: 'https://cv.coderdiaz.com',
12
markdown: {
13
remarkPlugins: [remarkReadingTime],
14
shikiConfig: {
src/lib/constants.ts
@@ -41,6 +41,6 @@ export const DEFAULT_CONFIGURATION: DefaultConfigurationType = {
41
twitter: {
42
creator: '@cvfolio'
43
},
44
- robots: 'index, follow',
+ robots: 'noindex, nofollow',
45
}
46
};
0 commit comments