Skip to content

Commit 5803c1a

Browse files
author
Lukas Holzer
authoredMar 6, 2023
fix: fix deployment of framework-info icons (#4917)
* chore: use newer node version * chore: fix vite build
1 parent 1d7882e commit 5803c1a

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed
 

‎packages/framework-info/netlify.toml

-6
This file was deleted.

‎packages/framework-info/vite.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export default {
1717
// Need to specify the directory because if this is invoked from the repository root,
1818
// the 'dist' folder is created outside of the 'framework-info' directory
1919
root: '.',
20+
publicDir: 'assets',
2021
build: {
2122
lib: {
2223
entry: CORE_FILE,

0 commit comments

Comments
 (0)