mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-14 21:10:34 +01:00
Adds @netlify/plugin-nextjs package & fixed dashboard link id
This commit is contained in:
parent
94dc915272
commit
574dbff07e
@ -30,7 +30,7 @@ export default function AccountSettings() {
|
|||||||
const Checkmark = ({ isAdmin }) => (isAdmin ? <Icon icon={<Check />} size="medium" /> : null);
|
const Checkmark = ({ isAdmin }) => (isAdmin ? <Icon icon={<Check />} size="medium" /> : null);
|
||||||
|
|
||||||
const DashboardLink = row => (
|
const DashboardLink = row => (
|
||||||
<Link href={`/dashboard/${row.userId}/${row.username}`}>
|
<Link href={`/dashboard/${row.id}/${row.username}`}>
|
||||||
<a>
|
<a>
|
||||||
<Icon icon={<LinkIcon />} />
|
<Icon icon={<LinkIcon />} />
|
||||||
</a>
|
</a>
|
||||||
|
@ -1,2 +1,5 @@
|
|||||||
[functions]
|
[functions]
|
||||||
included_files = ["node_modules/.geo/**"]
|
included_files = ["node_modules/.geo/**"]
|
||||||
|
|
||||||
|
[[plugins]]
|
||||||
|
package = "@netlify/plugin-nextjs"
|
||||||
|
@ -106,6 +106,7 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@formatjs/cli": "^4.2.29",
|
"@formatjs/cli": "^4.2.29",
|
||||||
|
"@netlify/plugin-nextjs": "^4.27.3",
|
||||||
"@rollup/plugin-buble": "^0.21.3",
|
"@rollup/plugin-buble": "^0.21.3",
|
||||||
"@rollup/plugin-replace": "^4.0.0",
|
"@rollup/plugin-replace": "^4.0.0",
|
||||||
"@svgr/webpack": "^6.2.1",
|
"@svgr/webpack": "^6.2.1",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user