Compare commits
1
Commits
8f00624e25
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
74d571c10f |
+6
-2
@@ -36,10 +36,10 @@ export default defineNuxtConfig({
|
||||
public: "../public"
|
||||
},
|
||||
modules: [
|
||||
"@nuxt/content",
|
||||
"@nuxt/eslint",
|
||||
"@nuxtjs/robots",
|
||||
"@nuxtjs/sitemap",
|
||||
"@nuxt/content", // NOTE: @nuxt/content after robots and sitemap
|
||||
"@nuxt/eslint",
|
||||
"@pinia/nuxt",
|
||||
"pinia-plugin-persistedstate/nuxt",
|
||||
"unplugin-icons/nuxt"
|
||||
@@ -54,6 +54,10 @@ export default defineNuxtConfig({
|
||||
secure: process.env.NODE_ENV !== "development" // only send over HTTPS
|
||||
}
|
||||
},
|
||||
routeRules: {
|
||||
// Dont add to the sitemap.xml
|
||||
"/__nuxt_content/**": { robots: false },
|
||||
},
|
||||
site: { url: "https://riyyi.com", name: "Personal Website" },
|
||||
srcDir: "src/",
|
||||
ssr: false,
|
||||
|
||||
Reference in New Issue
Block a user