Skip to content

Commit

Permalink
Modifying styles path
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonHowellSlavin committed Nov 7, 2023
1 parent ba48ab3 commit b7b6738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bacom-blog/scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import { setLibs, buildAutoBlocks } from './utils.js';

// Add project-wide style path here.
const STYLES = '/styles/styles.css';
const STYLES = 'bacom-blog/styles/styles.css';

// Use '/libs' if your live site maps '/libs' to milo's origin.
const LIBS = '/libs';
Expand Down

0 comments on commit b7b6738

Please sign in to comment.