Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6caedc84dd | |||
| 3f28105ce2 |
@@ -100,7 +100,7 @@ if (tree.value) {
|
||||
link: [
|
||||
{
|
||||
rel: "canonical",
|
||||
href: config.public.baseUrl + '/' + route.params.slug
|
||||
href: config.public.baseUrl + '/tree/' + route.params.slug
|
||||
},
|
||||
{
|
||||
rel: 'icon',
|
||||
|
||||
+2
-1
@@ -103,6 +103,7 @@ export default defineNuxtConfig({
|
||||
"*": { experimentalNoScripts: true }, // one level deep, render all pages statically
|
||||
"posts/*": { experimentalNoScripts: true }, // one level deep, render all post pages statically
|
||||
"fonts": { experimentalNoScripts: false }, // except /fonts
|
||||
"tree/*": { experimentalNoScripts: false }, // except /tree
|
||||
"tree": { experimentalNoScripts: false }, // except /tree
|
||||
"tree/*": { experimentalNoScripts: false }, // except /tree/*
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user