Migrate to ssr
This commit is contained in:
6
public/js/app.js
vendored
6
public/js/app.js
vendored
@@ -20213,7 +20213,7 @@ var render = function() {
|
||||
"a",
|
||||
{
|
||||
staticClass: "rounded w-full flex flex-col md:flex-row mb-10",
|
||||
attrs: { href: "" }
|
||||
attrs: { href: "/article/" + subarticle.id }
|
||||
},
|
||||
[
|
||||
_c("div", { staticClass: "bg-white rounded px-4" }, [
|
||||
@@ -20334,14 +20334,14 @@ var render = function() {
|
||||
"mb-4 lg:mb-0 p-4 lg:p-0 w-full md:w-4/7 relative rounded block"
|
||||
},
|
||||
[
|
||||
_c("a", { attrs: { href: "#" } }, [
|
||||
_c("a", { attrs: { href: "/article/" + _vm.article.id } }, [
|
||||
_c("img", {
|
||||
staticClass: "rounded-md object-cover w-full h-3/4",
|
||||
attrs: { src: _vm.article.featured_image }
|
||||
})
|
||||
]),
|
||||
_vm._v(" "),
|
||||
_c("a", { attrs: { href: "#" } }, [
|
||||
_c("a", { attrs: { href: "/article/" + _vm.article.id } }, [
|
||||
_c("h1", {
|
||||
staticClass:
|
||||
"text-gray-800 text-3xl font-bold mt-2 mb-2 leading-tigh hover:underline text-right MvTyper",
|
||||
|
Reference in New Issue
Block a user