mirror of
https://github.com/penpot/penpot-export.git
synced 2025-01-07 15:39:00 -05:00
chore(demo): update Penpot file id
This commit is contained in:
parent
1edea394de
commit
878d18dcb2
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ const config = {
|
||||||
pages: [
|
pages: [
|
||||||
{
|
{
|
||||||
output: 'src/styles/ui.css', // 👈🏻 Path where your css should be generated.
|
output: 'src/styles/ui.css', // 👈🏻 Path where your css should be generated.
|
||||||
fileId: '71b1702b-2eb1-81d6-8002-f82a5f182087',
|
fileId: 'abea3ef6-4c19-808a-8003-01370d9cb586',
|
||||||
pageId: '71b1702b-2eb1-81d6-8002-f82a5f182088',
|
pageId: '71b1702b-2eb1-81d6-8002-f82a5f182088',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
|
@ -8,7 +8,7 @@ const config = {
|
||||||
pages: [
|
pages: [
|
||||||
{
|
{
|
||||||
output: 'src/styles/ui.css', // 👈🏻 Path where your css should be generated.
|
output: 'src/styles/ui.css', // 👈🏻 Path where your css should be generated.
|
||||||
fileId: '71b1702b-2eb1-81d6-8002-f82a5f182087',
|
fileId: 'abea3ef6-4c19-808a-8003-01370d9cb586',
|
||||||
pageId: '71b1702b-2eb1-81d6-8002-f82a5f182088',
|
pageId: '71b1702b-2eb1-81d6-8002-f82a5f182088',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue