Skip to content

Commit

Permalink
Now working using default dns
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Damer committed Aug 14, 2024
1 parent 6ee20e9 commit c96555b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/base.ts

This file was deleted.

1 change: 1 addition & 0 deletions src/baseUrl.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export default '/'
4 changes: 2 additions & 2 deletions src/components/Logo.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import base from 'base'
import baseUrl from 'baseUrl'
import HashLink from 'components/HashLink'

export default function () {
return (
<HashLink href={base}>
<HashLink href={baseUrl}>
<p className="font-script text-hat text-3xl hover:hue-rotate-15 transition-all drop-shadow-md">
negeD Hat
</p>
Expand Down
1 change: 0 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { nodePolyfills } from 'vite-plugin-node-polyfills'

export default defineConfig({
plugins: [preact(), tsconfigPaths(), nodePolyfills()],
base: '/neged-roulette-frontend/',
build: {
rollupOptions: {
plugins: [
Expand Down

0 comments on commit c96555b

Please sign in to comment.