Skip to content

Commit

Permalink
Trying absolute baseurl
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Dec 2, 2023
1 parent b8ff69f commit a58f4e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions building-plans/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Building Plans

GH Pages https://emeraldwalk.github.io/ewsolid/

# SolidStart

Everything you need to build a Solid project, powered by [`solid-start`](https://start.solidjs.com);
Expand Down
2 changes: 1 addition & 1 deletion building-plans/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import staticAdapter from 'solid-start-static'
import { defineConfig } from 'vite'

export default defineConfig({
base: '/ewsolid/',
base: 'https://emeraldwalk.github.io/ewsolid/',
plugins: [
{
...(await import('@mdx-js/rollup')).default({
Expand Down

0 comments on commit a58f4e8

Please sign in to comment.