Skip to content

Commit

Permalink
fix(config): restores base path in vite.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
edm00se authored Feb 5, 2025
1 parent 9a110bd commit d611bb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static-reader/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { defineConfig } from 'vite';
import { svelte } from '@sveltejs/vite-plugin-svelte';

export default defineConfig({
base: '/feed/',
plugins: [
svelte({
/* plugin options */
Expand Down

0 comments on commit d611bb4

Please sign in to comment.