mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
X-Robots-Tag "noindex, nofollow"
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// @ts-check
|
||||
import { defineConfig } from 'astro/config'
|
||||
|
||||
import sitemap from '@astrojs/sitemap';
|
||||
import sitemap from '@astrojs/sitemap'
|
||||
|
||||
// https://astro.build/config
|
||||
|
||||
|
||||
@@ -15,9 +15,6 @@
|
||||
"lightningcss": "^1.29.1"
|
||||
},
|
||||
"pnpm": {
|
||||
"onlyBuiltDependencies": [
|
||||
"esbuild",
|
||||
"sharp"
|
||||
]
|
||||
"onlyBuiltDependencies": ["esbuild", "sharp"]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
const { frontmatter } = Astro.props || {}
|
||||
const { title } = frontmatter || Astro.props
|
||||
const canonicalURL = new URL(Astro.url.pathname, Astro.site);
|
||||
const canonicalURL = new URL(Astro.url.pathname, Astro.site)
|
||||
|
||||
import '../styles/_style.css'
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user