Skip to content

Commit

Permalink
chore: revert config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Cheong committed Apr 30, 2024
1 parent 545535f commit 6b9023e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
renderer: UniqueHeadCounter

# Assets
set :css_dir, '/restapiref/stylesheets'
set :js_dir, '/restapiref/javascripts'
set :images_dir, '/restapiref/images'
set :fonts_dir, '/restapiref/fonts'
set :css_dir, 'stylesheets'
set :js_dir, 'javascripts'
set :images_dir, 'images'
set :fonts_dir, 'fonts'

# Activate the syntax highlighter
activate :syntax
Expand Down

0 comments on commit 6b9023e

Please sign in to comment.