Host public assets from AWS

This commit is contained in:
Sakura Knoll
2022-03-05 22:35:09 +09:00 Unverified
parent 5c704cea7f
commit aa95c28177
1456 changed files with 86 additions and 51 deletions
+1 -3
View File
@@ -1,7 +1,6 @@
/** @jsxImportSource theme-ui */
import { Box, Text } from '@theme-ui/components'
import { Box, Text, Image } from '@theme-ui/components'
import PageLink from '../components/atoms/PageLink'
import Image from 'next/image'
import RootNavigator from '../components/organisms/RootNavigator'
import Head from '../components/atoms/Head'
@@ -19,7 +18,6 @@ const IndexPage = () => {
src='/assets/honkai3rd/wallpaper.png'
width={640}
height={360}
layout='responsive'
/>
</Box>
<Text sx={{ fontSize: 3 }}>Honkai 3rd</Text>