mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 04:45:22 -04:00
don't generate robots.txt from next-sitemap
This commit is contained in:
parent
13605d2ab5
commit
ebbb98bf09
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,7 +3,6 @@
|
||||
/out/
|
||||
|
||||
# generated at build-time by next-sitemap
|
||||
public/robots.txt
|
||||
public/sitemap.xml
|
||||
|
||||
# node/npm/yarn
|
||||
|
@ -2,6 +2,6 @@ const config = require("./lib/config");
|
||||
|
||||
module.exports = {
|
||||
siteUrl: config.baseUrl || "",
|
||||
generateRobotsTxt: true,
|
||||
sitemapSize: 99,
|
||||
changefreq: "weekly",
|
||||
exclude: ["/feed.xml", "/feed.atom", "/site.webmanifest"],
|
||||
};
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: "How To: Safely Rename `master` Branch on GitHub ✊🏾"
|
||||
date: 2020-06-28 09:28:52-0400
|
||||
description: 'Some of the most popular open-source projects are renaming their default branch from "master" on GitHub. Here''s how to do so, and safely.'
|
||||
description: "Some of the most popular open-source projects are renaming their default branch from 'master' on GitHub. Here''s how to do so, and safely."
|
||||
tags:
|
||||
- How To
|
||||
- Tutorial
|
||||
|
4
public/robots.txt
Normal file
4
public/robots.txt
Normal file
@ -0,0 +1,4 @@
|
||||
User-Agent: *
|
||||
Allow: /
|
||||
|
||||
Sitemap: https://jarv.is/sitemap.xml
|
Loading…
x
Reference in New Issue
Block a user