Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
freenandes committed Dec 29, 2023
2 parents 2b4e645 + 26408c8 commit b84275a
Show file tree
Hide file tree
Showing 98 changed files with 6,055 additions and 3,689 deletions.
12 changes: 11 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
import { defineConfig } from 'astro/config';
import { defineConfig, passthroughImageService, squooshImageService } from 'astro/config';

// https://astro.build/config
export default defineConfig({
site: 'https://freenandes.github.io',
image: {
// service: passthroughImageService(),
// service: squooshImageService(),
service: {
entrypoint: "/src/images.ts",
},
}
});



7,414 changes: 4,377 additions & 3,037 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@
},
"dependencies": {
"@jsplumb/browser-ui": "^6.2.9",
"astro": "^3.0.3",
"astro": "^4.0.7",
"autoprefixer": "^10.4.14",
"lozad": "^1.16.0",
"panzoom": "^9.4.3",
"sharp": "^0.33.1",
"tippy.js": "^6.3.7"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions public/artwork/arrow-top-right.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/artwork/c-default.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/fonts/BorelRegular.woff2
Binary file not shown.
Binary file added public/fonts/CoconatBoldExt.woff2
Binary file not shown.
Binary file added public/fonts/CoconatRegular.woff2
Binary file not shown.
Binary file added public/fonts/CompagnonItalic.woff2
Binary file not shown.
Binary file added public/fonts/CompagnonScript.woff2
Binary file not shown.
Binary file added public/fonts/HamletCicero.woff2
Binary file not shown.
File renamed without changes.
Binary file added public/fonts/SouffletVert.woff2
Binary file not shown.
Binary file removed public/fonts/whiteboardbeta.otf
Binary file not shown.
Binary file added public/noise.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions src/assets/pmcf/arrow-ne.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions src/assets/pmcf/azulejo01.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit b84275a

Please sign in to comment.