Skip to content

Commit

Permalink
Website redesign
Browse files Browse the repository at this point in the history
  • Loading branch information
WanShufen committed Apr 22, 2023
1 parent a6bb772 commit bdeec88
Show file tree
Hide file tree
Showing 59 changed files with 12,964 additions and 5,443 deletions.
48 changes: 0 additions & 48 deletions .eslintrc.js

This file was deleted.

15 changes: 4 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,27 +1,20 @@
# build output
dist
dist/
.output/

# dependencies
node_modules/
.snowpack/

# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*


# environment variables
.env
.env.production

# macOS-specific files
.DS_Store

# vscode settings and dictionaries
.vscode

# webstorm settings and dictionaries
.idea

# package lock
package-lock.json
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Expose Astro dependencies for `pnpm` users
shamefully-hoist = true
shamefully-hoist=true
8 changes: 0 additions & 8 deletions .prettierrc

This file was deleted.

18 changes: 0 additions & 18 deletions .prettierrc.cjs

This file was deleted.

4 changes: 2 additions & 2 deletions LICENSE → LICENCE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Mark Teekman
Copyright (c) 2022 Tailus

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# undb site

https://www.undb.xyz
https://www.undb.xyz
7 changes: 2 additions & 5 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
import { defineConfig } from 'astro/config';
import compress from 'astro-compress';
import mdx from '@astrojs/mdx';
import tailwind from '@astrojs/tailwind';

import partytown from "@astrojs/partytown";
import tailwind from "@astrojs/tailwind";

// https://astro.build/config
export default defineConfig({
integrations: [compress(), mdx(), tailwind(), partytown()]
integrations: [tailwind()]
});
Loading

0 comments on commit bdeec88

Please sign in to comment.