mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-05-02 18:01:20 +00:00
debug: Temporarily remove sitemap/robots
This commit is contained in:
parent
f4f633e390
commit
0dfcf46afc
2 changed files with 0 additions and 22 deletions
|
@ -1,12 +0,0 @@
|
||||||
import { MetadataRoute } from "next";
|
|
||||||
|
|
||||||
export default function robots(): MetadataRoute.Robots {
|
|
||||||
return {
|
|
||||||
rules: {
|
|
||||||
userAgent: "*",
|
|
||||||
allow: "/",
|
|
||||||
disallow: "/private/",
|
|
||||||
},
|
|
||||||
sitemap: `sitemap.xml`,
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -1,10 +0,0 @@
|
||||||
import { MetadataRoute } from "next";
|
|
||||||
|
|
||||||
export default function sitemap(): MetadataRoute.Sitemap {
|
|
||||||
return [
|
|
||||||
{
|
|
||||||
url: `/`,
|
|
||||||
lastModified: new Date(),
|
|
||||||
},
|
|
||||||
];
|
|
||||||
}
|
|
Loading…
Reference in a new issue