Skip to content

Commit

Permalink
Ensure manifest urls don't redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmojaki committed Dec 14, 2023
1 parent c049119 commit 67e453d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion exoplanet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "0.0.1",
"grist": {
"name": "Exoplanet",
"url": "https://gristlabs.github.io/grist-widget/exoplanet",
"url": "https://gristlabs.github.io/grist-widget/exoplanet/index.html",
"widgetId": "@gristlabs/widget-exoplanet",
"published": false,
"renderAfterReady": true
Expand Down
2 changes: 1 addition & 1 deletion invoices/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "0.0.1",
"grist": {
"name": "Invoices",
"url": "https://gristlabs.github.io/grist-widget/invoices",
"url": "https://gristlabs.github.io/grist-widget/invoices/index.html",
"widgetId": "@gristlabs/widget-invoices",
"published": true,
"accessLevel": "read table",
Expand Down
2 changes: 1 addition & 1 deletion markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "0.0.1",
"grist": {
"name": "Markdown",
"url": "https://gristlabs.github.io/grist-widget/markdown",
"url": "https://gristlabs.github.io/grist-widget/markdown/index.html",
"widgetId": "@gristlabs/widget-markdown",
"published": true,
"accessLevel": "full",
Expand Down
2 changes: 1 addition & 1 deletion notepad/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "0.0.1",
"grist": {
"name": "Notepad",
"url": "https://gristlabs.github.io/grist-widget/notepad",
"url": "https://gristlabs.github.io/grist-widget/notepad/index.html",
"widgetId": "@gristlabs/widget-notepad",
"published": true,
"accessLevel": "full",
Expand Down
2 changes: 1 addition & 1 deletion pedigree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "0.0.1",
"grist": {
"name": "Pedigree",
"url": "https://gristlabs.github.io/grist-widget/pedigree",
"url": "https://gristlabs.github.io/grist-widget/pedigree/index.html",
"widgetId": "@gristlabs/widget-pedigree",
"published": false,
"accessLevel": "read table",
Expand Down
2 changes: 1 addition & 1 deletion purchase-orders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "0.0.1",
"grist": {
"name": "Purchase orders",
"url": "https://gristlabs.github.io/grist-widget/purchase-orders",
"url": "https://gristlabs.github.io/grist-widget/purchase-orders/index.html",
"widgetId": "@gristlabs/widget-purchase-orders",
"published": true,
"accessLevel": "read table",
Expand Down

0 comments on commit 67e453d

Please sign in to comment.