0
Fork 0
mirror of https://github.com/penpot/penpot-export.git synced 2025-01-08 16:00:08 -05:00

chore(demo): update Penpot file id

This commit is contained in:
Roberto Redradix 2023-08-22 11:36:13 +02:00
parent 1edea394de
commit 878d18dcb2
2 changed files with 2 additions and 2 deletions

View file

@ -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',
}, },
], ],

View file

@ -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',
}, },
], ],