Skip to content

Commit

Permalink
move assets out of public directory
Browse files Browse the repository at this point in the history
  • Loading branch information
phlmn committed Jan 9, 2025
1 parent 6551713 commit b259e24
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion frontend/src/pages/about.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { AppCenter } from '../components/app';
import { LongVersion } from '../common/footer';
import pf_funding_svg from '../../public/pf_funding_logos.svg';
import pf_funding_svg from '../../assets/pf_funding_logos.svg';
import { trimTrailingSlash } from '../utils/trim_trailing_slash';

export function AboutPage() {
Expand Down
2 changes: 1 addition & 1 deletion frontend/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export default defineConfig({
topLevelAwait(),
wasm(),
gitVersionPlugin(),
faviconPlugin('./public/logo.svg'),
faviconPlugin('./assets/logo.svg'),
],

// This is only necessary if you are using `SharedWorker` or `WebWorker`, as
Expand Down

0 comments on commit b259e24

Please sign in to comment.